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/number/float32/base/from-binary-string/README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,6 +141,13 @@ for ( i = 0; i < 100; i++ ) {
141
141
142
142
<sectionclass="related">
143
143
144
+
* * *
145
+
146
+
## See Also
147
+
148
+
- <spanclass="package-name">[`@stdlib/number/float32/base/to-binary-string`][@stdlib/number/float32/base/to-binary-string]</span><spanclass="delimiter">: </span><spanclass="description">return a string giving the literal bit representation of a single-precision floating-point number.</span>
149
+
- <spanclass="package-name">[`@stdlib/number/float64/base/from-binary-string`][@stdlib/number/float64/base/from-binary-string]</span><spanclass="delimiter">: </span><spanclass="description">create a double-precision floating-point number from a literal bit representation.</span>
150
+
144
151
</section>
145
152
146
153
<!-- /.related -->
@@ -155,6 +162,12 @@ for ( i = 0; i < 100; i++ ) {
0 commit comments