erf
Overloads
| Name | Description |
|---|---|
erf(bool p) -> real | Calculates the error function of the given value. |
erf(real p) -> real | Calculates the error function of the given value. |
erf(integer p) -> real | Calculates the error function of the given value. |
erf(bool p) -> real
Calculates the error function of the given value.
Parameters
- p: The value to calculate the error function for.
erf(real p) -> real
Calculates the error function of the given value.
Parameters
- p: The value to calculate the error function for.
erf(integer p) -> real
Calculates the error function of the given value.
Parameters
- p: The value to calculate the error function for.