cosine

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

 cosine ( angle )

The result of this function is of type NUMBER.

This function has one parameter:

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

Examples

cosine (0) results in 0

cosine (90) results in -0.448073616

cosine (3.141592654) results in -1