Difference between revisions of "SHIP:Sail:Trigonometric Functions"

From Serious Documentation
Jump to: navigation, search
 
Line 20: Line 20:
 
*[[SHIP:Sail:String Functions|Sail String Functions]]
 
*[[SHIP:Sail:String Functions|Sail String Functions]]
 
*[[SHIP:Sail:Node Functions|Sail Node Functions]]
 
*[[SHIP:Sail:Node Functions|Sail Node Functions]]
*[[SHIP:Sail:Constants|Sail Built-in Constants]]
+
*[[SHIP:Data_Types#Constant|Sail Built-in Constants]]

Latest revision as of 17:25, 16 November 2016

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: