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