Namespaces
Variants
Views
Actions

Difference between revisions of "cpp/numeric/math/erfc"

From cppreference.com
< cpp‎ | numeric‎ | math
(+)
 
m (Text replace - "{{mark c++11 feature}}" to "{{mark since c++11}}")
Line 3: Line 3:
 
{{ddcl list begin}}
 
{{ddcl list begin}}
 
{{ddcl list header | cmath}}
 
{{ddcl list header | cmath}}
{{ddcl list item | notes={{mark c++11 feature}} |
+
{{ddcl list item | notes={{mark since c++11}} |
 
float      erfc( float arg );
 
float      erfc( float arg );
 
}}
 
}}
{{ddcl list item | notes={{mark c++11 feature}} |
+
{{ddcl list item | notes={{mark since c++11}} |
 
double      erfc( double arg );
 
double      erfc( double arg );
 
}}
 
}}
{{ddcl list item | notes={{mark c++11 feature}} |
+
{{ddcl list item | notes={{mark since c++11}} |
 
long double erfc( long double arg );
 
long double erfc( long double arg );
 
}}
 
}}

Revision as of 14:53, 24 December 2011

Template:cpp/numeric/math/sidebar Template:ddcl list begin <tr class="t-dsc-header">

<td>
Defined in header <cmath>
</td>

<td></td> <td></td> </tr> <tr class="t-dcl ">

<td >
float       erfc( float arg );
</td>

<td class="t-dcl-nopad"> </td> <td > (since C++11) </td> </tr> <tr class="t-dcl ">

<td >
double      erfc( double arg );
</td>

<td class="t-dcl-nopad"> </td> <td > (since C++11) </td> </tr> <tr class="t-dcl ">

<td >
long double erfc( long double arg );
</td>

<td class="t-dcl-nopad"> </td> <td > (since C++11) </td> </tr> Template:ddcl list end

Computes the complementary error function of arg.

Contents

Parameters

arg - floating point value

Return value

The value of the complementary error function of arg, that is Template:cpp.

See also

Template:cpp/numeric/math/dcl list erf

External links

Weisstein, Eric W. "Erfc." From MathWorld--A Wolfram Web Resource.