import { setFloat16 } from "https://deno.land/x/float16@v3.7.0/index.d.ts";
Stores an Float16 value at the specified byte offset from the start of the view.
Parameters
dataView: DataView
The place in the buffer at which the value should be set.
If false or undefined, a big-endian value should be written, otherwise a little-endian value should be written.