sin

Return a Single specifying the sine of an angle.

Syntax: x = sin(number)

The required number argument is a Single or valid numeric expression of an angle in radians.

Requires:
   
Include <libs\fp32ext.bas>

Example:

Dim x as single
x=10.0
x=Deg2Rad(10)
x=Tan(x)          ' x is 0.1736481776

Also See: Deg2Rad, Rad2Deg, cos, tan