Python Programming - Standard Libraries - Discussion
Discussion Forum : Standard Libraries - General Questions (Q.No. 69)
69.
What is the purpose of the
math
module?
Answer: Option
Explanation:
import math
# Example usage of math module
result = math.sqrt(25)
print(f"Square root: {result}")
Discussion:
Be the first person to comment on this question !
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers