Cos()
Calculates the cosine of an angle that is entered in radians. A number; the cosine of the angle.
Cos( number=number );
Returns: Number
Examples
The following code example will output an example number returned from the cos() function.
writeDump(cos(90));
See also
- Numbers
- Math
- numeric.cos()
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)