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