W3School TIY Editor
W3School 在线教程
改变方向
暗黑模式
# 导入数学库 import math # 计算数值的高斯误差函数值 print(math.erf(0.67)) print(math.erf(1.34)) print(math.erf(-6))
x
# 导入数学库
import
math
# 计算数值的高斯误差函数值
print
(
math
.
erf
(
0.67
))
print
(
math
.
erf
(
1.34
))
print
(
math
.
erf
(
-
6
))