| name | method, % | block, % |
|---|
| <static initializer> | 0% (0/1) | 0% (0/34) |
| FloatingPoint (): void | 0% (0/1) | 0% (0/3) |
| FloatingPoint (FloatingPoint): void | 0% (0/1) | 0% (0/3) |
| FloatingPoint (LargeInteger, int): void | 0% (0/1) | 0% (0/9) |
| abs (): FloatingPoint | 0% (0/1) | 0% (0/7) |
| compareTo (FloatingPoint): int | 0% (0/1) | 0% (0/16) |
| copy (): FloatingPoint | 0% (0/1) | 0% (0/20) |
| divide (FloatingPoint): FloatingPoint | 0% (0/1) | 0% (0/34) |
| doubleValue (): double | 0% (0/1) | 0% (0/10) |
| equals (Object): boolean | 0% (0/1) | 0% (0/11) |
| getDigits (): int | 0% (0/1) | 0% (0/5) |
| getExponent (): int | 0% (0/1) | 0% (0/3) |
| getSignificand (): LargeInteger | 0% (0/1) | 0% (0/3) |
| hashCode (): int | 0% (0/1) | 0% (0/7) |
| inverse (): FloatingPoint | 0% (0/1) | 0% (0/31) |
| isLargerThan (FloatingPoint): boolean | 0% (0/1) | 0% (0/10) |
| isNaN (): boolean | 0% (0/1) | 0% (0/7) |
| isNegative (): boolean | 0% (0/1) | 0% (0/4) |
| isPositive (): boolean | 0% (0/1) | 0% (0/4) |
| isZero (): boolean | 0% (0/1) | 0% (0/11) |
| longValue (): long | 0% (0/1) | 0% (0/10) |
| minus (FloatingPoint): FloatingPoint | 0% (0/1) | 0% (0/29) |
| normalize (): FloatingPoint | 0% (0/1) | 0% (0/44) |
| opposite (): FloatingPoint | 0% (0/1) | 0% (0/7) |
| plus (FloatingPoint): FloatingPoint | 0% (0/1) | 0% (0/29) |
| round (): LargeInteger | 0% (0/1) | 0% (0/34) |
| setDigits (int): void | 0% (0/1) | 0% (0/20) |
| sqrt (): FloatingPoint | 0% (0/1) | 0% (0/41) |
| times (FloatingPoint): FloatingPoint | 0% (0/1) | 0% (0/13) |
| times (long): FloatingPoint | 0% (0/1) | 0% (0/5) |
| toText (): Text | 0% (0/1) | 0% (0/64) |
| valueOf (CharSequence): FloatingPoint | 0% (0/1) | 0% (0/17) |
| valueOf (LargeInteger, int): FloatingPoint | 0% (0/1) | 0% (0/12) |
| valueOf (double): FloatingPoint | 0% (0/1) | 0% (0/30) |
| valueOf (long): FloatingPoint | 0% (0/1) | 0% (0/4) |
| valueOf (long, int): FloatingPoint | 0% (0/1) | 0% (0/13) |