bitLength
bitLength(a
: number): number
Defined in double-representation/bit-length.ts:10
Returns the bit-length of the significand of the given number in such a way that trailing zeros are not counted.
Parameters:
Name | Type | Description |
---|---|---|
a | number | a double precision floating point number |
Returns: number