Previous Page | Next Page

Functions and CALL Routines

ERFC Function



Returns the value of the complementary (normal) error function.
Category: Mathematical

Syntax
Arguments
Details
Examples

Syntax

ERFC(argument)


Arguments

argument

specifies a numeric constant, variable, or expression.


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

Previous Page | Next Page | Top of Page