sqrt |
| math.sqrt |
Returns the square root of x. |
| REMARKS |
| * math module |
import math
print(math.sqrt(16))
© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited Top
sqrt |
| math.sqrt |
Returns the square root of x. |
| REMARKS |
| * math module |
import math
print(math.sqrt(16))