UNPKG

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

Version:

Convert an integer-valued double-precision floating-point number to a signed 64-bit integer byte array according to host byte order.

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