diff --git a/lib/node_modules/@stdlib/assert/is-well-formed-string/README.md b/lib/node_modules/@stdlib/assert/is-well-formed-string/README.md index b667b2a9697..d397ef8496f 100644 --- a/lib/node_modules/@stdlib/assert/is-well-formed-string/README.md +++ b/lib/node_modules/@stdlib/assert/is-well-formed-string/README.md @@ -132,7 +132,6 @@ bool = isWellFormedString( null ); @@ -143,7 +142,6 @@ bool = isWellFormedString( null ); - diff --git a/lib/node_modules/@stdlib/function/to-string/README.md b/lib/node_modules/@stdlib/function/to-string/README.md index 9a505631e5f..ac142eab165 100644 --- a/lib/node_modules/@stdlib/function/to-string/README.md +++ b/lib/node_modules/@stdlib/function/to-string/README.md @@ -146,8 +146,6 @@ for ( i = 0; i < fcns.length; i++ ) { - - diff --git a/lib/node_modules/@stdlib/math/iter/special/log1pexp/README.md b/lib/node_modules/@stdlib/math/iter/special/log1pexp/README.md index 1a05ad1f4e5..8005013c459 100644 --- a/lib/node_modules/@stdlib/math/iter/special/log1pexp/README.md +++ b/lib/node_modules/@stdlib/math/iter/special/log1pexp/README.md @@ -139,7 +139,7 @@ while ( true ) { - [`@stdlib/math/base/special/log1pexp`][@stdlib/math/base/special/log1pexp]: evaluate the natural logarithm of 1+exp(x). - [`@stdlib/math/iter/special/log`][@stdlib/math/iter/special/log]: create an iterator which computes the base `b` logarithm. - [`@stdlib/math/iter/special/log1p`][@stdlib/math/iter/special/log1p]: create an iterator which evaluates the natural logarithm of 1+x for each iterated value. -- [`@stdlib/math/iter/special/log1mexp`][@stdlib/math/iter/special/log1mexp]: create an iterator which evaluates the natural logarithm of 1-exp(-|x|) for each iterated value. +- [`@stdlib/math/iter/special/log1mexp`][@stdlib/math/iter/special/log1mexp]: create an iterator which evaluates the natural logarithm of 1-exp(-\|x\|) for each iterated value. - [`@stdlib/math/iter/special/pow`][@stdlib/math/iter/special/pow]: create an iterator which evaluates the exponential function.