Skip to content

Commit b096d0b

Browse files
Update evalpoly.js
Signed-off-by: Karan Anand <[email protected]>
1 parent 3cd40dc commit b096d0b

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/kernel-cosf/scripts

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/kernel-cosf/scripts/evalpoly.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var compileC = require( '@stdlib/math/base/tools/evalpoly-compile-c' );
3939

4040
// Polynomial coefficients ordered in ascending degree...
4141
var C23 = [
42-
-0.00138867637746099294692, // -0x16c087e80f1e27.0p-62
42+
-0.00138867637746099294692, // -0x16c087e80f1e27.0p-62
4343
0.0000243904487962774090654 // 0x199342e0ee5069.0p-68
4444
];
4545

0 commit comments

Comments
 (0)