COS
Returns the cosine of a given angle.
Syntax
COS(angle)
angle - the angle in radian from which the cosine should be returned - Value type: number
RemarkWe
If angle is in degrees, it should be multiplied by PI() / 180.
Examples
Example 1 - COS of a single value:

Example 2 - COS for a range of values:

Last updated