Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/float16/src/index.mjs>setFloat16

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

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

Parameters

dataView
byteOffset
value
...opts