/opt/canhelp/node_modules/@petamoriken/float16/src
NameSizeModeActions
_util/-0755rm
DataView.mjs10400644editdlrm
f16round.mjs2380644editdlrm
Float16Array.mjs344400644editdlrm
index.mjs3070644editdlrm
isTypedArray.mjs4220644editdlrm
Edit: /opt/canhelp/node_modules/@petamoriken/float16/src/f16round.mjs (238B)
import { roundToFloat16 } from "./_util/converter.mjs"; /** * returns the nearest half-precision float representation of a number * @param {number} x * @returns {number} */ export function f16round(x) { return roundToFloat16(x); }