CBSE Class 11 Computer Science Question 38 of 63

Introduction to Python Modules — Question 7

Back to all questions
7
Question

Question 7

What is the utility of math module?

Answer

The math module in Python provides access to mathematical functions like trigonometry, logarithms, factorials, and constants such as π and e. It simplifies complex calculations, offers functions for rounding, power, and square roots, and supports number-theoretic operations. This module is widely used in scientific computing, data analysis, and algorithm development, making mathematical operations more efficient and precise.