msbExponent
msbExponent(a
: number): number
Defined in double-representation/msb-exponent.ts:11
Returns the true exponent of the msb 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