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 e164d38 commit 30cf9c1Copy full SHA for 30cf9c1
lib/node_modules/@stdlib/math/base/special/expf/scripts/evalpoly.js
@@ -39,8 +39,8 @@ var compileC = require( '@stdlib/math/base/tools/evalpoly-compile-c' );
39
40
// Polynomial coefficients ordered in ascending degree...
41
var P = [
42
- 1.6666625440e-1,
43
- -2.7667332906e-3
+ 1.6666625440e-1, // 0xAAAA8F.0p-26
+ -2.7667332906e-3 // -0xB55215.0p-32
44
];
45
46
// Header to add to output files:
0 commit comments