Skip to content

Commit 5d90b90

Browse files
authored
update index.js
Signed-off-by: Harsh <[email protected]>
1 parent 0141d08 commit 5d90b90

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/expm1rel/examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var expm1rel = require( './../lib' );
2424

2525
var opts = {
2626
'dtype': 'float64'
27-
}
27+
};
2828
var x = uniform( 100, -50.0, 50.0, opts );
2929

3030
logEachMap( '(e^%0.3f - 1)/%0.3f = %0.3f', x, x, expm1rel );

0 commit comments

Comments
 (0)