LOTUSSCRIPT LANGUAGE
Returns the cosine of an angle.
Syntax
Cos ( angle )
Elements
angle
Cos returns the cosine of angle, a value between -1 and 1, inclusive.
The data type of the return value is Double.
Language cross-reference
@Cos function in formula language
Example See Also