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