Skip to content

Commit fe646a9

Browse files
refactored examples and readme
1 parent ce773e3 commit fe646a9

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ var x = uniform( 100, -50.0, 50.0, opts );
2929
var i;
3030

3131
for ( i = 0; i < 100; i++ ) {
32-
console.log( 'e^%f = %f', x, expf( x[ i ] ) );
32+
console.log( 'e^%f = %f', x, expf( x[ i ] ) );
3333
}

0 commit comments

Comments
 (0)