The mathematical library is a part of the C programming language standard library. All the C math functions take a single argument of double data type as the input and return the value of type double. However, the pow() function accepts two arguments and produces the power of data type double.