Function name | Use |
Sine | sin() |
Cosine | cos() |
Tangent | tan() |
Arc Sine | asin() |
Arc Cosine | acos() |
Arc Tangent | atan() |
Hyperbolic Sine | sinh() |
Hyperbolic Cosine | cosh() |
Hyperbolic Tangent | tanh() |
Inverse Hyperbolic Sine | asinh() |
Inverse Hyperbolic Cosine | acosh() |
Inverse Hyperbolic Tangent | atanh() |
Natural Logarithm | ln() |
Logarithm base 10 | log() |
Angle | angle() |
Absolute Value / Magnitude | abs() |
Random number | rand() |
Modulus | mod() |
Square Root | sqrt() |
Sum | sum() |