sine

Use the sine function to calculate the sine of an angle.

 sine ( angle )

The result of this function is of type NUMBER.

This function has one parameter:

  • angle, type NUMBER. The angle expressed in radians.

Examples

sine (0) results in 0

sine (90) results in 0.893996664

sine (3.141592654) results in 0