Skip to content

Commit ce773e3

Browse files
refactored examples and readme
1 parent cdc5cc8 commit ce773e3

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/expf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ var x = uniform( 100, -50.0, 50.0, opts );
9393
var i;
9494

9595
for ( i = 0; i < 100; i++ ) {
96-
console.log( 'e^%f = %f', x[ i ], expf( x[ i ] ) );
96+
console.log( 'e^%f = %f', x[ i ], expf( x[ i ] ) );
9797
}
9898
```
9999

0 commit comments

Comments
 (0)