Error function - Wikipedia
https://en.wikipedia.org/wiki/Error_function
In mathematics, the error function (also called the Gauss error function), often denoted by erf, is a complex function of a complex variable defined as: This integral is a special (non-elementary) and sigmoid function that occurs often in probability, statistics, and partial differential equations.
ERF function - Office Support
https://support.microsoft.com/en-us/office/erf-function-c53c7e7b-5482-4b6c-883e-56df3c9af349
This article describes the formula syntax and usage of the ERF function in Microsoft Excel. Description. Returns the error function integrated between lower_limit and upper_limit.
Urban Dictionary: Erf
https://www.urbandictionary.com/define.php?term=Erf
Maple: Erf erf erf erf erf... Professor: epic fail. Instead of groaning, which could mean anything, you mutter "ERF!!" and those laying around the room also waking with hangovers acknowledge your state...
erf, erff, erfl - cppreference.com
https://en.cppreference.com/w/c/numeric/math/erf
Common mathematical functions. 1-3) Computes the error function of arg. 4) Type-generic macro: If arg has type long double, erfl is called. Otherwise, if arg has integer type or the type double, erf is called. Otherwise, erff is called.
Error function - MATLAB erf
https://www.mathworks.com/help/symbolic/erf.html
Calling erf for a number that is not a symbolic object invokes the MATLAB® erf function. For most symbolic (exact) numbers, erf returns unresolved symbolic calls.
ERF(x) returns the error function integrated between zero and x.
https://www.medcalc.org/manual/erf_function.php
ERF(x) returns the error function integrated between zero and x.
Функция ошибок
https://abakbot.ru/online-16/451-erf
Аргумент функции ошибок erf(x).
Error Function Calculator | erf(x)
https://miniwebtool.com/error-function-calculator/
The following is the error function and complementary error function table that shows the values of erf(x) and erfc(x) for x ranging from 0 to 3.5 with an increment of 0.01. erf(x). erfc(x). 0.0.
erf - C++ Reference
https://www.cplusplus.com/reference/cmath/erf/
double erf (double x); float erf (float x); long double erf (long double x)
Help Online - LabTalk Programming - Erf
https://www.originlab.com/doc/LabTalk/ref/Erf-func
The erf(x) function is the error function (or normal error integral). The function has the limiting values erf(0) Note that erf(-x) = -erf(x) is an odd function of x and erf(x) = 2*(Normal Distribution Function...
erf function | R Documentation
https://www.rdocumentation.org/packages/pracma/versions/1.9.9/topics/erf
erf and erfinv are the error and inverse error functions. erfc and erfcinv are the complementary error function and its inverse. erfcx is the scaled complementary error function. erfz is the complex, erfi the...
math.js | Function erf #
https://mathjs.org/docs/reference/functions/erf.html
Function erf #. Compute the erf function of a value using a rational Chebyshev approximations for different intervals of x.