numeric.cos()

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

numeric.cos( )

Returns: Number

This function does not take any arguments.

Examples

numeric= 90;
    writeDump(numeric.cos());

See also