You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/iter/special/log1pexp/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ while ( true ) {
139
139
- <spanclass="package-name">[`@stdlib/math/base/special/log1pexp`][@stdlib/math/base/special/log1pexp]</span><spanclass="delimiter">: </span><spanclass="description">evaluate the natural logarithm of 1+exp(x).</span>
140
140
- <spanclass="package-name">[`@stdlib/math/iter/special/log`][@stdlib/math/iter/special/log]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which computes the base `b` logarithm.</span>
141
141
- <spanclass="package-name">[`@stdlib/math/iter/special/log1p`][@stdlib/math/iter/special/log1p]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which evaluates the natural logarithm of 1+x for each iterated value.</span>
142
-
- <spanclass="package-name">[`@stdlib/math/iter/special/log1mexp`][@stdlib/math/iter/special/log1mexp]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which evaluates the natural logarithm of 1-exp(-|x|) for each iterated value.</span>
142
+
- <spanclass="package-name">[`@stdlib/math/iter/special/log1mexp`][@stdlib/math/iter/special/log1mexp]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which evaluates the natural logarithm of 1-exp(-\|x\|) for each iterated value.</span>
143
143
- <spanclass="package-name">[`@stdlib/math/iter/special/pow`][@stdlib/math/iter/special/pow]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which evaluates the exponential function.</span>
0 commit comments