significand
significand(a
: number): number[]
Defined in double-representation/significand.ts:11
Return the significand of the given double with the hidden bit added (in case a is not subnormal or 0, etc.)
Parameters:
Name | Type | Description |
---|---|---|
a | number | A double |
Returns: number[]