UNPKG

@petamoriken/float16

Version:

IEEE 754 half-precision floating-point for JavaScript

8 lines (6 loc) 307 B
/* ignore unused exports */ // @ts-self-types="../index.v5.7.d.ts" export { Float16Array, isFloat16Array } from "./Float16Array.mjs"; export { isTypedArray } from "./isTypedArray.mjs"; export { getFloat16, setFloat16 } from "./DataView.mjs"; export { f16round, f16round as hfround } from "./f16round.mjs";