Tangent
Kalipso - Form - Expressions - Functions - Functions Descriptions - Numeric Functions - Tangent
This Function returns a <numeric>, which is the Tangent of the specified Value.
Function available for the following operating systems:
Parameters
Value <numeric> - Value to retrieve the Tangent from, in radians.
Examples
Example 1
Tan(0.7853981634) Result = 1
Example 2
Tan(DegreeToRadian(45)) Result = 1
Last updated