webCOMAND

#COS

Returns the cosine of a number.

Prototype

#COS($decimal)

Parameters

  • decimal - A decimal number in radians.

Example

#LOCAL($Num, 60)
The number is #COS($Num).

Result

The number is -0.95241298041516.

Related

#SIN, #TAN