Run ❯
Get your
own Python
server
×
Change Orientation
Change Theme, Dark/Light
Go to 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