Calculates the arc cosine of x, returning a value ranging from 0 to π. Exceptions:
decimal32 x = 0; assert(acos(x) == decimal32.PI_2);
See Implementation
Calculates the arc cosine of x, returning a value ranging from 0 to π. Exceptions: