Skip to main content

erfc

Overloads

NameDescription
erfc(bool p) -> realCalculates the complementary error function of the given value.
erfc(real p) -> realCalculates the complementary error function of the given value.
erfc(integer p) -> realCalculates 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.