diff --git a/lib/node_modules/@stdlib/constants/float32/min-base2-exponent/README.md b/lib/node_modules/@stdlib/constants/float32/min-base2-exponent/README.md index 01ebe5241cbc..9a90072ad922 100644 --- a/lib/node_modules/@stdlib/constants/float32/min-base2-exponent/README.md +++ b/lib/node_modules/@stdlib/constants/float32/min-base2-exponent/README.md @@ -124,6 +124,13 @@ Macro for the minimum biased base 2 exponent for a normal [single-precision floa @@ -136,6 +143,10 @@ Macro for the minimum biased base 2 exponent for a normal [single-precision floa +[@stdlib/constants/float32/min-base2-exponent-subnormal]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/min-base2-exponent-subnormal + +[@stdlib/constants/float64/min-base2-exponent]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float64/min-base2-exponent + diff --git a/lib/node_modules/@stdlib/lapack/base/dlassq/README.md b/lib/node_modules/@stdlib/lapack/base/dlassq/README.md index 049bf474e341..39de9f0e3ab3 100644 --- a/lib/node_modules/@stdlib/lapack/base/dlassq/README.md +++ b/lib/node_modules/@stdlib/lapack/base/dlassq/README.md @@ -24,7 +24,7 @@ limitations under the License.
-This routine returns the values $s_{textrm{out}}$ and $\textrm{ss}_{\textrm{out}}$ such that +This routine returns the values $s_{textrm{out}}$ and $\\textrm{ss}_{\\textrm{out}}$ such that @@ -35,7 +35,7 @@ This routine returns the values $s_{textrm{out}}$ and $\textrm{ss}_{\textrm{out} -where $x_i = X_{(i-1) \cdot \textrm{sx}}$ and $\textrm{sx}$ is the stride of `X`. The value of $\textrm{ss}_{\textrm{in}}$ is assumed to be nonnegative. +where $x_i = X_{(i-1) \\cdot \\textrm{sx}}$ and $\\textrm{sx}$ is the stride of `X`. The value of $\\textrm{ss}\_{\\textrm{in}}$ is assumed to be nonnegative.
diff --git a/lib/node_modules/@stdlib/ndarray/to-json/README.md b/lib/node_modules/@stdlib/ndarray/to-json/README.md index 3cb443f3e758..0819837cb9b4 100644 --- a/lib/node_modules/@stdlib/ndarray/to-json/README.md +++ b/lib/node_modules/@stdlib/ndarray/to-json/README.md @@ -140,6 +140,14 @@ for ( i = 0; i < 20; i++ ) { @@ -150,6 +158,14 @@ for ( i = 0; i < 20; i++ ) { [@stdlib/ndarray/ctor]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/ctor + + +[@stdlib/ndarray/array]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/array + +[@stdlib/ndarray/to-array]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/to-array + + + diff --git a/lib/node_modules/@stdlib/string/base/lowercase/README.md b/lib/node_modules/@stdlib/string/base/lowercase/README.md index 6766fc707868..ee1b208f38e7 100644 --- a/lib/node_modules/@stdlib/string/base/lowercase/README.md +++ b/lib/node_modules/@stdlib/string/base/lowercase/README.md @@ -82,6 +82,13 @@ str = lowercase( '' ); @@ -90,6 +97,14 @@ str = lowercase( '' );