Returns the floating-point number that represent positive infinity.
| 6733 | |
| 6734 | // Returns the floating-point number that represent positive infinity. |
| 6735 | static RawType Infinity() { |
| 6736 | return ReinterpretBits(kExponentBitMask); |
| 6737 | } |
| 6738 | |
| 6739 | // Returns the maximum representable finite floating-point number. |
| 6740 | static RawType Max(); |
nothing calls this directly
no outgoing calls
no test coverage detected