Cosine

Kalipso - Form - Expressions - Functions - Functions Descriptions - Numeric Functions - Cosine

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

Function available for the following operating systems:

Parameters

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

Examples

  • Example 1

Cos(1.5707963268) Result = 0

  • Example 2

Cos(DegreeToRadian(90)) Result = 0

Last updated