22/08/2023 5:18 am
Topic starter
Notifications
Clear all
What is import math in python ?
0
Add a comment
1 Answer
0
22/08/2023 12:16 pm
The math module is a standard module in Python and is always available. To use mathematical functions under this module, you have to import the module using import math . It gives access to the underlying C library functions. For example, # Square root calculation import math math.sqrt(4)
Add a comment
Add a comment
Forum Information
- 14 Forums
- 1,838 Topics
- 5,054 Posts
- 0 Online
- 1,079 Members
Our newest member: Tyronenodub
Latest Post: loli
Forum Icons:
Forum contains no unread posts
Forum contains unread posts
Topic Icons:
Not Replied
Replied
Active
Hot
Sticky
Unapproved
Solved
Private
Closed