Functions and CALL Routines |
Category: | Mathematical |
Syntax | |
Arguments | |
Details | |
Examples |
Syntax |
ERFC(argument) |
Details |
The ERFC function returns the complement to the ERF function (that is, 1 - ERF(argument)).
Examples |
SAS Statements | Results |
---|---|
x=erfc(1.0); |
0.1572992071 |
x=erfc(-1.0); |
.8427007929 |
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.