Skip to content

Commit 7785378

Browse files
authored
Update README.md
Signed-off-by: Gunj Joshi <[email protected]>
1 parent 9e31f06 commit 7785378

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Evaluates the natural [exponential function][exponential-function] as a single-p
5959

6060
```javascript
6161
var v = expf( 4.0 );
62-
// returns ~54.5982
62+
// returns ~54.598
6363

6464
v = expf( -9.0 );
6565
// returns ~1.234e-4
@@ -130,7 +130,7 @@ Evaluates the natural [exponential function][exponential-function] as a single-p
130130

131131
```c
132132
float out = stdlib_base_expf( 4.0f );
133-
// returns ~54.5982f
133+
// returns ~54.598f
134134

135135
out = stdlib_base_expf( -9.0f );
136136
// returns ~1.234e-4f

0 commit comments

Comments
 (0)