Skip to content

Commit 15ccc96

Browse files
resolved js outputs
1 parent dc85b7f commit 15ccc96

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/expf/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/expf/lib/native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var addon = require( './../src/addon.node' );
3434
*
3535
* @example
3636
* var v = expf( 4.0 );
37-
* // returns ~54.5982
37+
* // returns ~54.598148345947266
3838
*
3939
* @example
4040
* var v = expf( -9.0 );

0 commit comments

Comments
 (0)