Complex (gb.gsl)
This class implements a
complex number.
Static methods
ACosReal
|
Returns the complex arccosine of the real number X.
|
ACoshReal
|
Returns the complex hyperbolic arccosine of the real number X.
|
ACscReal
|
Returns the complex arccosecant of the real number X.
|
ASecReal
|
Returns the complex arcsecant of the real number X.
|
ASinReal
|
Return the complex arcsine of the real number X.
|
ATanhReal
|
Returns the complex hyperbolic arctangent of the real number X.
|
Polar
|
Create a new complex number from its modulus and argument.
|
SqrtReal
|
Returns the complex square root of the real number X, where X may be negative.
|
Properties
Handle
|
Return the internal Gsl complex number pointer.
|
Imag
|
Return or set the imaginary part of the number.
|
Real
|
Return of set the real part of the number.
|
Methods
ACos
|
Returns the complex arccosine of the complex number.
|
ACosh
|
Returns the complex hyperbolic arccosine of the complex number.
|
ACot
|
Returns the complex arccotangent of the complex number.
|
ACoth
|
Returns the complex hyperbolic arccotangent of the complex number.
|
ACsc
|
Returns the complex arccosecant of the complex number.
|
ACsch
|
Returns the complex hyperbolic arccosecant of the complex number.
|
ASec
|
Returns the complex arcsecant of the complex number.
|
ASech
|
Returns the complex hyperbolic arcsecant of the complex number.
|
ASin
|
Returns the complex arcsine of the complex number.
|
ASinh
|
Returns the complex hyperbolic arcsine of the complex number.
|
ATan
|
Returns the complex arctangent of the complex number.
|
ATanh
|
Returns the complex hyperbolic arctangent of the complex number.
|
Abs
|
Return the absolute value (or modulus) of the complex number.
|
Abs2
|
Return the square of the complex number absolute value.
|
Arg
|
Return the complex number argument.
|
Conj
|
Return the conjugate of the number as a new complex number.
|
Copy
|
Return a copy of the complex number.
|
Cos
|
Return the complex cosine of the complex number.
|
Cosh
|
Returns the complex hyperbolic cosine of the complex number.
|
Cot
|
Returns the complex cotangent of the complex number z.
|
Coth
|
Returns the complex hyperbolic cotangent of the complex number.
|
Csc
|
Return the complex cosecant of the complex number.
|
Csch
|
Returns the complex hyperbolic cosecant of the complex number.
|
Exp
|
Returns the complex exponential of the complex number.
|
Inv
|
Return the inverse of the complex number.
|
Log
|
Returns the complex natural logarithm (base e) of the complex number.
|
Log10
|
Returns the complex base-10 logarithm of the complex number.
|
LogAbs
|
Return the natural logarithm of the magnitude of the complex number.
|
LogB
|
Returns the complex base-_X_ logarithm of the complex number.
|
Sec
|
Return the complex secant of the complex number.
|
Sech
|
Returns the complex hyperbolic secant of the complex number.
|
Sin
|
Return the complex sine of the complex number.
|
Sinh
|
Returns the complex hyperbolic sine of the complex number.
|
Sqrt
|
Returns the square root of the complex number.
|
Tan
|
Returns the complex tangent of the complex number.
|
Tanh
|
Returns the complex hyperbolic tangent of the complex number.
|
ToString
|
Convert a complex number to a string.
|