Main index | Section 3 | 日本語 | Options |
#include <math.h>
The erf(), erff(), and erfl() functions calculate the error function of x; where erf(x) = 2/sqrt(pi)*integral from 0 to x of exp(-t*t) dt. erf(x) := (2/√π)∫0xexp(-t2)dt.
The erfc(), erfcf(), and erfcl() functions calculate the complementary error function of x; that is erfc() subtracts the result of the error function erf(x) from 1.0.
ERF (3) | July 13, 2014 |
Main index | Section 3 | 日本語 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | Unix’s “power tools” are more like power switchblades that slice off the operator’s fingers quickly and efficiently. | ” |
— The Unix Haters' handbook |