Using math for Advanced Mathematical Functions in Python


The math module provides access to more advanced mathematical functions.

Source Code

import math
print(math.sqrt(16))  # Square root
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments