SciPy - Constants and Special Functions
What is the output of the following code?
from scipy.special import erf result = erf(1) print(round(result, 4))
from scipy.special import erf result = erf(1) print(round(result, 4))
erf(1) returns approximately 0.8427007929497149.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions