Go to the first, previous, next, last section, table of contents.


Arithmetic Functions

The C library provides functions to do basic operations on floating-point numbers. These include absolute value, maximum and minimum, normalization, bit twiddling, rounding, and a few others.


Go to the first, previous, next, last section, table of contents.