Trigonometric Functions
Trigonometric functions can be used to calculate distances or angles.
sin() / asin()
Syntax:
sin(angle)
asin(distance)
Computes the sine and inverse sine of an angle.
Examples
cos() / acos()
Syntax:
cos(angle)
acos(distance)
Computes the cosine and inverse cosine of an angle.
Examples
tan() / atan()
Syntax:
tan(angle)
atan(distance)
Computes the tangent and inverse tangent of an angle.