10.15.20 Tangent
Applies the trigonometric tangent() function to a float data type, returning a float result.
Input Parameters
None
Example
Define field(#aFloat) Type(*FLOAT)
#aFloat := (1.2).AsFloat.Tangent()
Ý 10.15 Floating Point Intrinsic Functions