UNPKG

@stdlib/number-float64-base-from-int64-bytes

Version:

Convert a signed 64-bit integer byte array to a double-precision floating-point number.

3 lines 124 B
/// <reference path="../docs/types/index.d.ts" /> import fromInt64Bytes from '../docs/types/index'; export = fromInt64Bytes;