Complex numbers

Complex numbers are represented by real and imaginary components. It is a special number class.

Built-in operations and functions

Arithmetic operations:

- addition and unary plus

- subtraction and unary minus

- multiplication

- division

Arithmetic functions:

- exponentiation

- square root

- root

- summation

- production

- factorial

"ln" - natural logarithm

"log" - logarithm

"arg" - complex number argument

"mod" - complex number modulus

"re" - complex number real component

"im" - complex number imaginary component

Trigonometric functions:

"sin" - sine

"cos" - cosine

"tan" - tangent

"cot" - cotangent

"sec" - secant

"csc" - cosecant

"arcsin" - inverse sine

"arccos" - inverse cosine

"arctan" - inverse tangent

"arccot" - inverse cotangent

"arcsec" - inverse secant

"arccsc" - inverse cosecant

Hyperbolic functions:

"sinh" - hyperbolic sine

"cosh" - hyperbolic cosine

"tanh" - hyperbolic tangent

"coth" - hyperbolic cotangent

"sech" - hyperbolic secant

"csch" - hyperbolic cosecant

"arsinh" - area hyperbolic sine

"arcosh" - area hyperbolic cosine

"artanh" - area hyperbolic tangent

"arcoth" - area hyperbolic cotangent

"arsech" - area hyperbolic secant

"arcsch" - area hyperbolic cosecant