We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e31f06 commit 7785378Copy full SHA for 7785378
lib/node_modules/@stdlib/math/base/special/expf/README.md
@@ -59,7 +59,7 @@ Evaluates the natural [exponential function][exponential-function] as a single-p
59
60
```javascript
61
var v = expf( 4.0 );
62
-// returns ~54.5982
+// returns ~54.598
63
64
v = expf( -9.0 );
65
// returns ~1.234e-4
@@ -130,7 +130,7 @@ Evaluates the natural [exponential function][exponential-function] as a single-p
130
131
```c
132
float out = stdlib_base_expf( 4.0f );
133
-// returns ~54.5982f
+// returns ~54.598f
134
135
out = stdlib_base_expf( -9.0f );
136
// returns ~1.234e-4f
0 commit comments