CBSE Class 11 Computer Science
Question 38 of 63
Introduction to Python Modules — Question 7
Back to all questionsThe 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.