Sine

Kalipso - Form - Expressions - Functions - Functions Descriptions - Numeric Functions - Sine

This Function returns a <numeric>, which is the Sine of the specified Value.

Function available for the following operating systems:

Parameters

  • Value <numeric> - Value to retrieve the Sine from, in radians.

Examples

  • Example 1

Sin(1.5707963268) Result = 1

  • Example 2

Sin(DegreeToRadian(90)) Result = 1

Last updated