Difference between revisions of "Manuals/calci/ERFC"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
*This function will return the result as error when a is nonnumeric or negative. | *This function will return the result as error when a is nonnumeric or negative. | ||
− | ==ZOS | + | ==ZOS== |
*The syntax is to calculate complementary error function in ZOS is <math>ERFC(a,accuracy)</math>. | *The syntax is to calculate complementary error function in ZOS is <math>ERFC(a,accuracy)</math>. | ||
**<math>a</math> is the lower limit. | **<math>a</math> is the lower limit. |
Revision as of 11:04, 3 June 2015
ERFC(a,accuracy)
- is the lower limit.
- gives the accurate value of the solution.
Description
- This function gives the complementary ERF function.
- The complementary error function is the error function with the limit x and infinity. It is denoted by erfc(x).
- It is also called scaled complementary error function.
- ERFC is defined by:
.
- This function will return the result as error when a is nonnumeric or negative.
ZOS
- The syntax is to calculate complementary error function in ZOS is .
- is the lower limit.
- gives the accurate value of the solution.
- For e.g.,erfc(10),erfc(10,0.01)
Examples
- ERFC(3)=0.0000219610
- ERFC(2)=0.00467776242
- ERFC(0)=1
- ERFC(-2)=NAN