10.15.23 ArcTangent2
Applies the trigonometric arctangent2() function to a float data type, returning a float result.
Input Parameters
The "y" coordinate of the point.
Example
Define field(#aFloat) Type(*FLOAT)
#aFloat := (1.2).AsFloat().ArcTangent2(1.0)
Ý 10.15 Floating Point Intrinsic Functions