python_math_stat/practica/math/statistic/Number_square_root.py

3 lines
66 B
Python
Raw Normal View History

2023-10-05 17:39:56 +03:00
# корень из числа
def get_sqrt(x):
return x ** 0.