Evaluates the error function erf(x) on a number.
The number
const result = Chalkboard.real.erf(1); // Returns approximately 0.8427 Copy
const result = Chalkboard.real.erf(1); // Returns approximately 0.8427
Evaluates the error function erf(x) on a number.