Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "number/float64/base/get-high-word/docs/types/index.d"

Index

Functions

Functions

Export assignment getHighWord

  • getHighWord(x: number): number
  • Returns an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.

    Parameters

    • x: number

      input value

    Returns number

    higher order word (unsigned 32-bit integer)

    Example

    var w = getHighWord( 3.14e201 ); // => 01101001110001001000001011000011
    // returns 1774486211