cos()

Function group Execute on client Platform(s)
Trigonometric YES All

Syntax

cos(angle)

Description

Returns the Cosine of an angle where the angle is in degrees (or radians if #RAD is true).

Example

Calculate lResult as  cos(60)
# returns 0.5