Skip to content

Commit 89c00a0

Browse files
Update README.md
Signed-off-by: Vivek maurya <[email protected]>
1 parent 7bcfb27 commit 89c00a0

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
@@ -174,7 +174,7 @@ int main( void ) {
174174
float x;
175175
float v;
176176
int i;
177-
177+
178178
for ( i = 0; i < 100; i++ ) {
179179
x = ( (float)rand() / (float)RAND_MAX ) * 100.0f;
180180
v = stdlib_base_expf( x );

0 commit comments

Comments
 (0)