NEST HelpDesk | Command Index | NEST Quick Reference |
Erfc - complementary error functionSynopsis:
x Erfc -> resultExamples:
0.5 erfc -> 0.4795Description:
Computes the error functionRemarks:
erfc(x) = 1 - erf(x) = 2/sqrt(pi) int_x^inf dt exp(-t^2)
Parameters: x (double): error function argument
Requires the GSL.References:
http://sources.redhat.com/gsl/refAuthor:
H E PlesserFirstVersion:
2001-07-30SeeAlso: Source:
/opt/conda/conda-bld/nest_1512418773968/work/nest-2.14.0/sli/specialfunctionsmodule.h
NEST HelpDesk | Command Index | NEST Quick Reference |
© 2004 The NEST Initiative