We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f0f148 commit fbedc02Copy full SHA for fbedc02
1 file changed
lib/node_modules/@stdlib/number/float16/base/to-binary-string/README.md
@@ -18,7 +18,7 @@ limitations under the License.
18
19
-->
20
21
-# To Binary String
+# toBinaryString
22
23
> Return a string giving the literal bit representation of a [half-precision floating-point number][ieee754].
24
@@ -32,7 +32,7 @@ var toBinaryString = require( '@stdlib/number/float16/base/to-binary-string' );
32
33
#### toBinaryString( x )
34
35
-Returns a `string` giving the literal bit representation of a [half-precision floating-point number][ieee754].
+Returns a string giving the literal bit representation of a [half-precision floating-point number][ieee754].
36
37
```javascript
38
var toFloat16 = require( '@stdlib/number/float64/base/to-float16' );
0 commit comments