fixup! Rip out about half the code: levels, enforcement, and STAmount changes

This commit is contained in:
Ed Hennis
2025-11-17 00:32:21 -05:00
parent 8822b53bd5
commit 596365d05d
11 changed files with 123 additions and 68 deletions

View File

@@ -24,7 +24,6 @@ isPowerOfTen(T value)
class Number
{
private:
using rep = std::int64_t;
rep mantissa_{0};
int exponent_{std::numeric_limits<int>::lowest()};