运行 ❯
拥有你自己的 Python 服务器
×
更改方向
更改主题,深色/浅色
前往 Spaces
# Import math Library import math #Print the error function of a number print (math.erf(0.67)) print (math.erf(1.34)) print (math.erf(-6))
0.6566277023003051
0.9419137152583653
-1.0