Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
A package provides implementation of complex numbers and mathematical functions for complex numbers.
default
A package provides implementation of complex numbers and some mathematicalfunctions for complex numbers.
Creates a new complex number.
Represents a complex number which has a real part and an imaginary part.
Type alias of Complex
.
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.
math
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.