Cos()

edit

Calculates the cosine of an angle that is entered in radians. A number; the cosine of the angle.

Cos( number=number );

Returns: Number

Argument Description
number
number, required
edit

Angle, in radians, for which to calculate the cosine

Examples

edit

The following code example will output an example number returned from the cos() function.

    writeDump(cos(90));

See also