SHIP:Sail:Trigonometric Functions

From Serious Documentation
Jump to: navigation, search
Function Returns Introduced Description
acos Float v5.1.0 Returns the radians angle of a value that is in the range of -1 to +1
acosh Float v5.1.0 Calculates the arc hyperbolic cos of the given value
asin Float v5.0.204 Calculates the radians angle of a value that is in the range of -1 to +1
asinh Float v5.1.0 Returns the arc hyperbolic sin of the given value
atan Float v5.0.204 Calculates the radian angle of the specified value
atan2 Float v5.1.0 Calculates the radian angle of the specified x,y coordinates
atanh Float v5.1.0 Calculates the arc hyperbolic tan of the given value
cos Float v5.0.204 Calculates the cos of a radian angle
cosh Float v5.1.0 Calculates the hyperbolic cos of the given value
sin Float v5.0.204 Calculates the sin of a radian angle
sinh Float v5.1.0 Calculates the hyperbolic sin of the given value
tan Float v5.1.0 Calculates the tan of a radian angle
tanh Float v5.1.0 Calculates the hyperbolic tan of the given value

See Also: