NEST HelpDesk | Command Index | NEST Quick Reference |
Erf - error functionSynopsis:
x Erf -> resultExamples:
0.5 erf -> 0.5205Description:
Computes the error functionRemarks:
erf(x) = 2/sqrt(pi) int_0^x 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