Files
coopgo/node_modules/@petamoriken/float16/lib/index.cjs
sgauthier 6e64e138e2
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
planning
2024-10-14 09:15:30 +02:00

16 lines
587 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
var _Float16Array = require("./Float16Array.cjs");
exports.Float16Array = _Float16Array.Float16Array;
exports.isFloat16Array = _Float16Array.isFloat16Array;
var _isTypedArray = require("./isTypedArray.cjs");
exports.isTypedArray = _isTypedArray.isTypedArray;
var _DataView = require("./DataView.cjs");
exports.getFloat16 = _DataView.getFloat16;
exports.setFloat16 = _DataView.setFloat16;
var _f16round = require("./f16round.cjs");
exports.f16round = _f16round.f16round;
exports.hfround = _f16round.f16round;