index.cjs 587 B

12345678910111213141516
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. var _Float16Array = require("./Float16Array.cjs");
  6. exports.Float16Array = _Float16Array.Float16Array;
  7. exports.isFloat16Array = _Float16Array.isFloat16Array;
  8. var _isTypedArray = require("./isTypedArray.cjs");
  9. exports.isTypedArray = _isTypedArray.isTypedArray;
  10. var _DataView = require("./DataView.cjs");
  11. exports.getFloat16 = _DataView.getFloat16;
  12. exports.setFloat16 = _DataView.setFloat16;
  13. var _f16round = require("./f16round.cjs");
  14. exports.f16round = _f16round.f16round;
  15. exports.hfround = _f16round.f16round;