Home / lang / sin 
Sin
Syntax
Value = Sin ( Angle AS Float )

Computes the sine of an angle.

The angle is specified in radians.

Example
PRINT Sin(Pi/2)

1


See also
Trigonometric Functions