Get your own Python server Result Size: 625 x 565
x
 
# 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