Important: The information in this document is obsolete and should not be used for new development.
Sign Manipulation Functions
MathLib provides two functions that manipulate the sign bit of the floating-point value:
Copies the sign of y to x. Returns the absolute value (positive form) of x. Because these functions only manipulate the sign bit of the value and do not try to compute the value at all, they raise no floating-point exceptions.