The Wayback Machine - https://web.archive.org/web/20170727065332/http://zh.cppreference.com/w/cpp/numeric/math/erfc

std::erfc

来自cppreference.com
< cpp‎ | numeric‎ | math

 
 
 
常用数学函数
函数
基础操作
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
指数函数
(C++11)
(C++11)
(C++11)
(C++11)
幂函数
(C++11)
(C++11)
三角与双曲函数
(C++11)
(C++11)
(C++11)
误差与伽马函数
(C++11)
erfc
(C++11)
(C++11)
(C++11)
最接近整数的浮点操作
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
浮点操作函数
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
分类/比较
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
宏常量
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
 
定义于头文件 <cmath>
float       erfc( float arg );
(C++11 起)
double      erfc( double arg );
(C++11 起)
long double erfc( long double arg );
(C++11 起)
double      erfc( Integral arg );
(C++11 起)
计算的互补误差函数arg
原文:
Computes the 互补误差函数 of arg.
文本通过谷歌翻译机器翻译。
你可以帮忙校正和验证翻译。点击此处查看指示。

目录

[编辑] 参数

arg -
浮点值
原文:
floating point value
文本通过谷歌翻译机器翻译。
你可以帮忙校正和验证翻译。点击此处查看指示。

[编辑] 返回值

arg互补误差函数的值,即是1-std::erf(arg).
原文:
The value of the complementary error function of arg, that is 1-std::erf(arg).
文本通过谷歌翻译机器翻译。
你可以帮忙校正和验证翻译。点击此处查看指示。

[编辑] 另请参阅

(C++11)
误差函数
原文:
error function
文本通过谷歌翻译机器翻译。
你可以帮忙校正和验证翻译。点击此处查看指示。

(函数) [编辑]

[编辑] 外部链接

Weisstein, Eric W. "Erfc.",从MathWorld - Wolfram网络资源.
原文:
Weisstein, Eric W. "Erfc." From MathWorld--A Wolfram Web Resource.
文本通过谷歌翻译机器翻译。
你可以帮忙校正和验证翻译。点击此处查看指示。
Morty Proxy This is a proxified and sanitized view of the page, visit original site.