function f16roundimport { f16round } from "https://deno.land/x/float16@v3.8.7/index.d.ts"; f16round(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