فایل جدید
راهنما
کپی
<code># Import math Library import math # Print error function for different numbers print (math.erf(0.67)) print (math.erf(1.34)) print (math.erf(-6))</code>
اجرای کد