May 1995
Beginner
508 pages
16h 14m
English
Sin Function
Sin(number)number
Use: Required
Data Subtype: Numeric
An angle expressed in radians.
A Double containing the sine of an angle.
Returns the ratio of two sides of a right triangle in the range -1 to 1.
The ratio is determined by dividing the length of the side opposite the angle by the length of the hypotenuse.
You can convert radians to degrees using the formula:
radians = degrees * (pi/180)
You can convert degrees to radians using the formula:
degrees = radians * (180/pi)
Read now
Unlock full access