is there a JavaScript implementation of the Inverse Error Function?
This would implement the Gauss inverse error function. Approximations are ok.
is there a JavaScript implementation of the Inverse Error Function? This would implement the
Share
Why yes. There is.
The following code uses built-in JavaScript functions and implments Abramowitz and Stegun’s algorithm as described here: