v2 update for type, method.
Updated:
sinh(this)
Hyperbolic Sine of complex number.
Parameters:
this: complex . Complex number in the form `(real, imaginary)`.
Returns: complex. Complex number.
cosh(this)
Hyperbolic cosine of complex number.
Parameters:
this: complex . Complex number in the form `(real, imaginary)`.
Returns: complex. Complex number.
tanh(this)
Hyperbolic tangent of complex number.
Parameters:
this: complex . Complex number in the form `(real, imaginary)`.
Returns: complex. Complex number.
coth(this)
Hyperbolic cotangent of complex number.
Parameters:
this: complex . Complex number in the form `(real, imaginary)`.
Returns: complex. Complex number.
sech(this)
Hyperbolic Secant of complex number.
Parameters:
this: complex . Complex number in the form `(real, imaginary)`.
Returns: complex. Complex number.
csch(this)
Hyperbolic Cosecant of complex number.
Parameters:
this: complex . Complex number in the form `(real, imaginary)`.
Returns: complex. Complex number.
sin(this)
Trigonometric Sine of complex number.
Parameters:
this: complex . Complex number in the form `(real, imaginary)`.
Returns: complex. Complex number.
cos(this)
Trigonometric cosine of complex number.
Parameters:
this: complex . Complex number in the form `(real, imaginary)`.
Returns: complex. Complex number.
tan(this)
Trigonometric tangent of complex number.
Parameters:
this: complex . Complex number in the form `(real, imaginary)`.
Returns: complex. Complex number.
cot(this)
Trigonometric cotangent of complex number.
Parameters:
this: complex . Complex number in the form `(real, imaginary)`.
Returns: complex. Complex number.
sec(this)
Trigonometric Secant of complex number.
Parameters:
this: complex . Complex number in the form `(real, imaginary)`.
Returns: complex. Complex number.
csc(this)
Trigonometric Cosecant of complex number.
Parameters:
this: complex . Complex number in the form `(real, imaginary)`.
Returns: complex. Complex number.
asin(this)
Trigonometric Arc Sine of complex number.
Parameters:
this: complex . Complex number in the form `(real, imaginary)`.
Returns: complex. Complex number.
acos(this)
Trigonometric Arc Cosine of complex number.
Parameters:
this: complex . Complex number in the form `(real, imaginary)`.
Returns: complex. Complex number.
atan(this)
Trigonometric Arc Tangent of complex number.
Parameters:
this: complex . Complex number in the form `(real, imaginary)`.
Returns: complex. Complex number.
acot(this)
Trigonometric Arc Cotangent of complex number.
Parameters:
this: complex . Complex number in the form `(real, imaginary)`.
Returns: complex. Complex number.
asec(this)
Trigonometric Arc Secant of complex number.
Parameters:
this: complex . Complex number in the form `(real, imaginary)`.
Returns: complex. Complex number.
acsc(this)
Trigonometric Arc Cosecant of complex number.
Parameters:
this: complex . Complex number in the form `(real, imaginary)`.
Returns: complex. Complex number.
asinh(this)
Hyperbolic Arc Sine of complex number.
Parameters:
this: complex . Complex number in the form `(real, imaginary)`.
Returns: complex. Complex number.
acosh(this)
Hyperbolic Arc Cosine of complex number.
Parameters:
this: complex . Complex number in the form `(real, imaginary)`.
Returns: complex. Complex number.
atanh(this)
Hyperbolic Arc Tangent of complex number.
Parameters:
this: complex . Complex number in the form `(real, imaginary)`.
Returns: complex. Complex number.
acoth(this)
Hyperbolic Arc Cotangent of complex number.
Parameters:
this: complex . Complex number in the form `(real, imaginary)`.
Returns: complex. Complex number.
asech(this)
Hyperbolic Arc Secant of complex number.
Parameters:
this: complex . Complex number in the form `(real, imaginary)`.
Returns: complex. Complex number.
acsch(this)
Hyperbolic Arc Cosecant of complex number.
Parameters:
this: complex . Complex number in the form `(real, imaginary)`.
Returns: complex. Complex number.