Chapter Contents

Previous

Next
ERFC

ERFC



Returns the value of the complementary (normal) error function

Category: Mathematical


Syntax
Arguments
Details
Examples

Syntax

ERFC(argument)

Arguments

argument
is numeric.


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


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.