Trigonometric Operators
Perform trigonometric calculations.
| Page | Description |
|---|---|
| Acos | Calculate the arccosine (inverse cosine) of an input. |
| Asin | Calculate the arcsine (inverse sine) of an input. |
| Atan | Calculate the arctangent (inverse tangent) of an input. |
| Atan2 | Calculate the angle between the x-axis and a vector. |
| Cosine | Calculate the cosine of an input. |
| Sine | Calculate the sine of an input. |
| Tangent | Calculate the tangent of an input. |