Global

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.math.cmplx
  • Platforms: .NET, .NET Standard 2.0, Island

Methods


Abs

 

class method Abs(x: complex128): float64

 

static float64 Abs(complex128 x)

 

static func Abs(_ x: complex128) -> float64

 

func Abs(x complex128) float64

 

Shared Function Abs(x As complex128) As float64

Parameters:

  • x:

Acos

 

class method Acos(x: complex128): complex128

 

static complex128 Acos(complex128 x)

 

static func Acos(_ x: complex128) -> complex128

 

func Acos(x complex128) complex128

 

Shared Function Acos(x As complex128) As complex128

Parameters:

  • x:

Acosh

 

class method Acosh(x: complex128): complex128

 

static complex128 Acosh(complex128 x)

 

static func Acosh(_ x: complex128) -> complex128

 

func Acosh(x complex128) complex128

 

Shared Function Acosh(x As complex128) As complex128

Parameters:

  • x:

Asin

 

class method Asin(x: complex128): complex128

 

static complex128 Asin(complex128 x)

 

static func Asin(_ x: complex128) -> complex128

 

func Asin(x complex128) complex128

 

Shared Function Asin(x As complex128) As complex128

Parameters:

  • x:

Asinh

 

class method Asinh(x: complex128): complex128

 

static complex128 Asinh(complex128 x)

 

static func Asinh(_ x: complex128) -> complex128

 

func Asinh(x complex128) complex128

 

Shared Function Asinh(x As complex128) As complex128

Parameters:

  • x:

Atan

 

class method Atan(x: complex128): complex128

 

static complex128 Atan(complex128 x)

 

static func Atan(_ x: complex128) -> complex128

 

func Atan(x complex128) complex128

 

Shared Function Atan(x As complex128) As complex128

Parameters:

  • x:

Atanh

 

class method Atanh(x: complex128): complex128

 

static complex128 Atanh(complex128 x)

 

static func Atanh(_ x: complex128) -> complex128

 

func Atanh(x complex128) complex128

 

Shared Function Atanh(x As complex128) As complex128

Parameters:

  • x:

Conj

 

class method Conj(x: complex128): complex128

 

static complex128 Conj(complex128 x)

 

static func Conj(_ x: complex128) -> complex128

 

func Conj(x complex128) complex128

 

Shared Function Conj(x As complex128) As complex128

Parameters:

  • x:

Cos

 

class method Cos(x: complex128): complex128

 

static complex128 Cos(complex128 x)

 

static func Cos(_ x: complex128) -> complex128

 

func Cos(x complex128) complex128

 

Shared Function Cos(x As complex128) As complex128

Parameters:

  • x:

Cosh

 

class method Cosh(x: complex128): complex128

 

static complex128 Cosh(complex128 x)

 

static func Cosh(_ x: complex128) -> complex128

 

func Cosh(x complex128) complex128

 

Shared Function Cosh(x As complex128) As complex128

Parameters:

  • x:

Cot

 

class method Cot(x: complex128): complex128

 

static complex128 Cot(complex128 x)

 

static func Cot(_ x: complex128) -> complex128

 

func Cot(x complex128) complex128

 

Shared Function Cot(x As complex128) As complex128

Parameters:

  • x:

Exp

 

class method Exp(x: complex128): complex128

 

static complex128 Exp(complex128 x)

 

static func Exp(_ x: complex128) -> complex128

 

func Exp(x complex128) complex128

 

Shared Function Exp(x As complex128) As complex128

Parameters:

  • x:

Inf

 

class method Inf: complex128

 

static complex128 Inf()

 

static func Inf() -> complex128

 

func Inf() complex128

 

Shared Function Inf() As complex128

IsInf

 

class method IsInf(x: complex128): bool

 

static bool IsInf(complex128 x)

 

static func IsInf(_ x: complex128) -> bool

 

func IsInf(x complex128) bool

 

Shared Function IsInf(x As complex128) As bool

Parameters:

  • x:

IsNaN

 

class method IsNaN(x: complex128): bool

 

static bool IsNaN(complex128 x)

 

static func IsNaN(_ x: complex128) -> bool

 

func IsNaN(x complex128) bool

 

Shared Function IsNaN(x As complex128) As bool

Parameters:

  • x:

Log

 

class method Log(x: complex128): complex128

 

static complex128 Log(complex128 x)

 

static func Log(_ x: complex128) -> complex128

 

func Log(x complex128) complex128

 

Shared Function Log(x As complex128) As complex128

Parameters:

  • x:

Log10

 

class method Log10(x: complex128): complex128

 

static complex128 Log10(complex128 x)

 

static func Log10(_ x: complex128) -> complex128

 

func Log10(x complex128) complex128

 

Shared Function Log10(x As complex128) As complex128

Parameters:

  • x:

NaN

 

class method NaN: complex128

 

static complex128 NaN()

 

static func NaN() -> complex128

 

func NaN() complex128

 

Shared Function NaN() As complex128

Phase

 

class method Phase(x: complex128): float64

 

static float64 Phase(complex128 x)

 

static func Phase(_ x: complex128) -> float64

 

func Phase(x complex128) float64

 

Shared Function Phase(x As complex128) As float64

Parameters:

  • x:

Polar

 

class method Polar(x: complex128): tuple of (r: Double, θ: Double)

 

static (Double r, Double θ) Polar(complex128 x)

 

static func Polar(_ x: complex128) -> (Double, Double)

 

func Polar(x complex128) tuple of (|name=r| Double, |name=θ| Double)

 

Shared Function Polar(x As complex128) As Tuple (Of Double, Double)

Parameters:

  • x:

Pow

 

class method Pow(x: complex128; y: complex128): complex128

 

static complex128 Pow(complex128 x, complex128 y)

 

static func Pow(_ x: complex128, _ y: complex128) -> complex128

 

func Pow(x complex128, y complex128) complex128

 

Shared Function Pow(x As complex128, y As complex128) As complex128

Parameters:

  • x:
  • y:

Rect

 

class method Rect(r: float64; θ: float64): complex128

 

static complex128 Rect(float64 r, float64 θ)

 

static func Rect(_ r: float64, _ θ: float64) -> complex128

 

func Rect(r float64, θ float64) complex128

 

Shared Function Rect(r As float64, θ As float64) As complex128

Parameters:

  • r:
  • θ:

Sin

 

class method Sin(x: complex128): complex128

 

static complex128 Sin(complex128 x)

 

static func Sin(_ x: complex128) -> complex128

 

func Sin(x complex128) complex128

 

Shared Function Sin(x As complex128) As complex128

Parameters:

  • x:

Sinh

 

class method Sinh(x: complex128): complex128

 

static complex128 Sinh(complex128 x)

 

static func Sinh(_ x: complex128) -> complex128

 

func Sinh(x complex128) complex128

 

Shared Function Sinh(x As complex128) As complex128

Parameters:

  • x:

Sqrt

 

class method Sqrt(x: complex128): complex128

 

static complex128 Sqrt(complex128 x)

 

static func Sqrt(_ x: complex128) -> complex128

 

func Sqrt(x complex128) complex128

 

Shared Function Sqrt(x As complex128) As complex128

Parameters:

  • x:

Tan

 

class method Tan(x: complex128): complex128

 

static complex128 Tan(complex128 x)

 

static func Tan(_ x: complex128) -> complex128

 

func Tan(x complex128) complex128

 

Shared Function Tan(x As complex128) As complex128

Parameters:

  • x:

Tanh

 

class method Tanh(x: complex128): complex128

 

static complex128 Tanh(complex128 x)

 

static func Tanh(_ x: complex128) -> complex128

 

func Tanh(x complex128) complex128

 

Shared Function Tanh(x As complex128) As complex128

Parameters:

  • x: