mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-06 18:26:51 +00:00
Convert "bool negative_ & uint64_t mantissa_" combo back to "rep mantissa_"
This commit is contained in:
@@ -1082,7 +1082,6 @@ public:
|
||||
};
|
||||
*/
|
||||
|
||||
auto const maxMantissa = Number::maxMantissa();
|
||||
auto const maxInternalMantissa =
|
||||
static_cast<std::uint64_t>(
|
||||
static_cast<std::int64_t>(power(10, Number::mantissaLog()))) *
|
||||
|
||||
Reference in New Issue
Block a user