Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/float16/src/DataView.mjs>getFloat16

Stage 3 IEEE 754 half-precision floating-point ponyfill
Latest
function getFloat16
import { getFloat16 } from "https://deno.land/x/float16@v3.8.7/src/DataView.mjs";

returns an unsigned 16-bit float at the specified byte offset from the start of the DataView

Parameters

dataView
byteOffset
...opts