Skip to content

Commit 669c44c

Browse files
authored
Update lib/node_modules/@stdlib/math/base/special/log1pf/lib/main.js
Signed-off-by: Gunj Joshi <[email protected]>
1 parent 83069a4 commit 669c44c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/log1pf/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ var TWO_THIRDS = 6.666666666e-01;
7171
// MAIN //
7272

7373
/**
74-
* Evaluates the natural logarithm of \\(1+x\\) in single‐precision floating-point number.
74+
* Evaluates the natural logarithm of \\(1+x\\) as a single‐precision floating-point number.
7575
*
7676
* ## Method
7777
*

0 commit comments

Comments
 (0)