| Name | Brief | Example |
|---|---|---|
| acos | Calculate the arccosine and return the result in radians. | Examples |
| asin | Calculate the arcsine and return the result in radians. | Examples |
| atan | Calculates the arctangent of x. | Examples |
| atan2 | Calculates the arctangent of y/x. | Examples |
| cos | Calculate the cosine. | Examples |
| cosh | Calculates hyperbolic cosine. | Examples |
| sin | Calculate sines. | Examples |
| sinh | Calculates hyperbolic sine. | Examples |
| tan | Calculates the trigonometric tangent. | Examples |
| tanh | Calculate the hyperbolic tangent. | Examples |