sqrt是什么函数?
sqrt)是用于计算数字x的平方根的函数。
语法
以下是 sqrt) 方法的语法:
import math math.sqrt x )
注意:sqrt)是不能直接访问的,需要导入 math 模块,通过静态对象调用该方法。
参数
x — 数值表达式。
返回值
返回数字x的平方根。
实例
以下展示了使用 sqrt) 方法的实例:
#!/usr/bin/python import math # This will import math module print "math.sqrt100) : ", math.sqrt100) print "math.sqrt7) : ", math.sqrt7) print "math.sqrtmath.pi) : ", math.sqrtmath.pi)
以上实例运行后输出结果为:
math.sqrt100) : 10.0 math.sqrt7) : 2.64575131106 math.sqrtmath.pi) : 1.77245385091
以上就是sqrt是什么函数的详细内容,更多请关注风君子博客其它相关文章!