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/constants/float32/min-base2-exponent/README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,13 @@ Macro for the minimum biased base 2 exponent for a normal [single-precision floa
124
124
125
125
<sectionclass="related">
126
126
127
+
* * *
128
+
129
+
## See Also
130
+
131
+
- <spanclass="package-name">[`@stdlib/constants/float32/min-base2-exponent-subnormal`][@stdlib/constants/float32/min-base2-exponent-subnormal]</span><spanclass="delimiter">: </span><spanclass="description">the minimum biased base 2 exponent for a subnormal single-precision floating-point number.</span>
132
+
- <spanclass="package-name">[`@stdlib/constants/float64/min-base2-exponent`][@stdlib/constants/float64/min-base2-exponent]</span><spanclass="delimiter">: </span><spanclass="description">the minimum biased base 2 exponent for a normal double-precision floating-point number.</span>
133
+
127
134
</section>
128
135
129
136
<!-- /.related -->
@@ -136,6 +143,10 @@ Macro for the minimum biased base 2 exponent for a normal [single-precision floa
@@ -35,7 +35,7 @@ This routine returns the values $s_{textrm{out}}$ and $\textrm{ss}_{\textrm{out}
35
35
36
36
<!-- </equation> -->
37
37
38
-
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.
38
+
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.
- <spanclass="package-name">[`@stdlib/ndarray/to-array`][@stdlib/ndarray/to-array]</span><spanclass="delimiter">: </span><spanclass="description">convert an ndarray to a generic array.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/string/base/lowercase/README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,13 @@ str = lowercase( '' );
82
82
83
83
<sectionclass="related">
84
84
85
+
* * *
86
+
87
+
## See Also
88
+
89
+
- <spanclass="package-name">[`@stdlib/string/base/snakecase`][@stdlib/string/base/snakecase]</span><spanclass="delimiter">: </span><spanclass="description">convert a string to snake case.</span>
90
+
- <spanclass="package-name">[`@stdlib/string/base/uppercase`][@stdlib/string/base/uppercase]</span><spanclass="delimiter">: </span><spanclass="description">convert a string to uppercase.</span>
0 commit comments