A collection of basic mathematics functionality for complex numbers,
such as sin()
, atan()
, log()
, etc.
Returns the arc cosine of the complex number.
Returns the inverse hyperbolic cosine of the complex number.
Returns the arc sine of the complex number.
Returns the inverse hyperbolic sine of the complex number.
Returns the arc tangent of the complex number.
Returns the inverse hyperbolic tangent of the complex number.
Returns the cosine of the complex number.
Returns the hyperbolic cosine of the complex number.
Returns the cotangent of the complex number.
Returns the complex exponential of the complex argument a
(the base-e exponential of a
).
Returns the natural logarithm of the complex number.
Returns the base 10 logarithm of the complex number.
Returns the n
-th power of a complex number.
Returns the sine of the complex number.
Returns the hyperbolic sine of the complex number.
Returns the square root of the complex number.
Returns the tangent of the complex number.
Returns the hyperbolic tangent of the complex number.