This function returns the tangent of angle a.
Parameters
Parameter | Description |
|---|---|
a | Angle in degrees or radians, see b. |
b | true, if a is in radians. false, if a is in degrees. Default: false. |
Examples
Note: The data type on the field on which this function was used is "Double".
Parameter a | Parameter b | Result |
|---|---|---|
70 | false | 2.7474774194546216 |
1.4 | true | 5.797883715482887 |