sin | Compute the trigonometric sine |
cos | Compute the trigonometric cosine |
tan | Compute the trigonometric tangent |
acos | Compute the trigonometric arc cosine |
asin | Compute the trigonometric arc sine |
atan | Compute the trigonometric arc tangent |
atan2 | Compute the trigonometric arc tangent |
sinh | Compute the hyperbolic sine |
cosh | Compute the hyperbolic cosine |
tanh | Compute the hyperbolic tangent |
exp | Compute the exponential function |
log | Compute the natural logarithm |
log10 | Compute the base-ten logarithm |
pow | Compute the power of a number |
sqrt | Compute the square root |
fabs | Compute the absolute value of a number |
ceil | Round upwards to the nearest integer |
floor | Round downwards to the nearest integer |
fmod | Compute the remainder of a fraction |
modf | Break a number into integral and fractional parts |
ldexp | Multiply a number by a power of 2 |
frexp | Break a number into a normalized fraction and a power of 2 |