Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/web_bson/src/float_parser.ts>readIEEE754

web_bson is a fork from mongodb/js-bson
Very Popular
Go to Latest
function readIEEE754
import { readIEEE754 } from "https://deno.land/x/web_bson@v0.2.5/src/float_parser.ts";

Parameters

buffer: NumericalSequence
offset: number
endian: "big" | "little"
mLen: number
nBytes: number

Returns

number