function hfroundimport { hfround } from "https://deno.land/x/float16@v3.7.0/index.d.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