Next: Primitive Numerics, Previous: Arithmetic, Up: Numbers
The following procedures accept any kind of number as arguments, including complex numbers.
Return the square root of z.
Return z1 raised to the power of z2.
Return the sine of z.
Return the cosine of z.
Return the tangent of z.
Return the arcsine of z.
Return the arccosine of z.
Return the arctangent of z, or of y/x.
Return e to the power of z, where e is the base of natural logarithms (2.71828...).
Return the natural logarithm of z.
Return the base 10 logarithm of z.
Return the hyperbolic sine of z.
Return the hyperbolic cosine of z.
Return the hyperbolic tangent of z.
Return the hyperbolic arcsine of z.
Return the hyperbolic arccosine of z.
Return the hyperbolic arctangent of z.