Skip to main content

erf

Overloads

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