4 lines
No EOL
66 B
Python
4 lines
No EOL
66 B
Python
from math import sqrt
|
|
|
|
def racine_du_double(x):
|
|
return sqrt(2*x) |