Computer Science, asked by raj606249, 4 months ago

module in python
provides mathematical
functions

math
maths()
math.[]
all of these​

Answers

Answered by allysia
60

Answer:

math module provides the program with complex mathematical functions.

Explanation:

It's imported as :

\\\tt import\ math

Example co_de:

\\\tt import \ math \\\ttprint (math.sqrt(100))

Answered by BrainlyShadow01
71

\huge\underline{\underline {\sf{Question}}}:

_______ module provides the mathematical functions in python.

\huge\underline{\underline {\sf{Answer}}}:

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