Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 707 Bytes

File metadata and controls

18 lines (13 loc) · 707 Bytes

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.

Additional resources