We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10a4b5 commit 5dccdd0Copy full SHA for 5dccdd0
1 file changed
lib/node_modules/@stdlib/math/base/special/erfcinvf/scripts/evalrational.js
@@ -39,7 +39,7 @@ var compileC = require( '@stdlib/math/base/tools/evalrational-compile-c' );
39
40
// Polynomial coefficients ordered in ascending degree...
41
42
-// Coefficients for erfinv on [0, 0.5]:
+// Coefficients for erfinvf on [0, 0.5]:
43
var P1 = [
44
-5.0878195e-4,
45
-8.3687482e-3,
@@ -65,7 +65,7 @@ var Q1 = [
65
8.8621639e-4
66
];
67
68
-// Coefficients for erfinv for 0.5 > 1-x >= 0:
+// Coefficients for erfinvf for 0.5 > 1-x >= 0:
69
var P2 = [
70
-0.2024335,
71
0.1052647,
@@ -89,7 +89,7 @@ var Q2 = [
89
1.7211477
90
91
92
-// Coefficients for erfinv for sqrt( -log(1-x) );
+// Coefficients for erfinvf for sqrt( -log(1-x) );
93
var P3 = [
94
-0.1311028,
95
-0.163794,
0 commit comments