Changes

325 bytes added ,  08:51, 3 July 2014
no edit summary
Line 1: Line 1: −
<div style="font-size:30px">'''ERFC(x)'''</div><br/>
+
<div style="font-size:30px">'''ERFC(a,accuracy)'''</div><br/>
*<math>x</math> is the lower limit.
+
*<math>a</math> is the lower limit.
 +
*<math>accuracy</math> gives the accurate value of the solution.
    
==Description==
 
==Description==
Line 8: Line 9:  
*ERFC is defined by:
 
*ERFC is defined by:
 
<math>ERFC(x)=\frac{2}{\sqrt{\pi}}\int\limits_{x}^{\infty}e^{-t^2} dt=1-ERF(x)</math>.
 
<math>ERFC(x)=\frac{2}{\sqrt{\pi}}\int\limits_{x}^{\infty}e^{-t^2} dt=1-ERF(x)</math>.
*This function will return the result as error when x is nonnumeric or negative.
+
*This function will return the result as error when a is nonnumeric or negative.
 +
 
 +
==ZOS Section==
 +
*The syntax is to calculate complementary error function in ZOS is <math>ERFC(a,accuracy)</math>.
 +
**<math>a</math> is the lower limit.
 +
**<math>accuracy</math> gives the accurate value of the solution.
 +
*For e.g.,erfc(10),erfc(10,0.01)
    
==Examples==
 
==Examples==
writer
6,694

edits