Math Module in Python
It is a built-in module which contains different types of mathematical functions.
In order to use the math module we need to import it using the following statement:
import math
Most of the functions in this module return a float value .
Commonly used functions in math module are given below: