module in python
provides mathematical
functions
math
maths()
math.[]
all of these
Answers
Answered by
60
Answer:
math module provides the program with complex mathematical functions.
Explanation:
It's imported as :
Example co_de:
Answered by
71
_______ module provides the mathematical functions in python.
Math module provides the Mathematical functions.
The math module is standard module in python. To use as mathematical functions under the module, we have to import the module by using the import module.
Example:-
import math
math. sqrt ( 4 )
Similar questions