Returns the trigonometric sine in degrees.
sine value
value - The value argument. (must be: number)
/radians - Value is specified in radians.
Ratio between the length of the opposite side to the length of the hypotenuse of a right triangle.
print sine 90 1.0
print (sine 45) = (cosine 45) true
print sine/radians pi 0.0
arccosine - Returns the trigonometric arccosine in degrees.
arcsine - Returns the trigonometric arcsine in degrees.
arctangent - Returns the trigonometric arctangent in degrees.
cosine - Returns the trigonometric cosine in degrees.
tangent - Returns the trigonometric tangent in degrees.