+
+## Usage
+
+```javascript
+var ns = require( '@stdlib/number/float16' );
+```
+
+#### ns
+
+Utilities for half-precision floating-point numbers.
+
+```javascript
+var o = ns;
+// returns {...}
+```
+
+The namespace contains the following:
+
+
+
+
+
+- [`base`][@stdlib/number/float16/base]: base utilities for half-precision floating-point numbers.
+- [`reviver( key, value )`][@stdlib/number/float16/reviver]: revive a JSON-serialized number.
+- [`toJSON( x )`][@stdlib/number/float16/to-json]: return a JSON representation of a number.
+
+
+
+
+
+
+
+
+
+