sin()

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

Syntax

sin(angle)

Description

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

Example

Calculate lResult as  sin(30)
# returns 0.5