lsbExponent
lsbExponent(a
: number): number
Defined in double-representation/lsb-exponent.ts:12
Returns the true exponent of the lsb that is set of the given number or NaN if a === 0 or +-inf or NaN.
Parameters:
Name | Type | Description |
---|---|---|
a | number | An array of numbers to check |
Returns: number