This is an old revision of the document!
The Math library extends the functionality of code in terms of mathematics and is called math.h. This header file declares basic mathematics constants and functions. Before starting using it, it must be included in the code at the very beginning in the following way:
#include <math.h>