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


Arithmetic Functions

This chapter contains information about functions for doing basic arithmetic operations, such as splitting a float into its integer and fractional parts or retrieving the imaginary part of a complex value. These functions are declared in the header files `math.h' and `complex.h'.


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