Returns the angle whose cosine is the value passed as the argument.
numeric.aCos( )
Returns: Number
This function does not take any arguments.
numeric= 0.5; writeDump(numeric.aCos());