3 Risposte
+ 6
import math
math.sqrt()
3rd May 2020, 10:54 PM
Abhay

+ 5
Also you can do this:
9**(1/2) # square
8**(1/3) # cubic
3rd May 2020, 11:03 PM
HonFu

+ 4
root = num**(1/2)
3rd May 2020, 11:02 PM
Marcus Xavierr

Hai spesso domande come questa?
Impara in modo più efficiente, gratuitamente:
Popolare oggi
Pointers cpp
3 Votes
Is pro worth the money ?
1 Votes
Coding for Cybersecurity
0 Votes
Pointers in c#
0 Votes
Drawing images in java
2 Votes