C Standard Library Math H
π
2026-06-14 | π C
## Introduction
The **math.h** header file defines various mathematical functions and one macro. All functions available in this library take a **double** type argument and return a **double** type result.
`