function hfroundimport { hfround } from "https://deno.land/x/float16@v3.8.7/mod.ts"; hfround(x: number): numberReturns the nearest half-precision float representation of a number. Returns the nearest half-precision float representation of a number. Parametersx: numberA numeric expression. Returnsnumber