improve packing of Number

This commit is contained in:
Valentin Balaschenko
2026-01-22 14:19:02 +00:00
parent 8695313565
commit 68fb4e7ad6

View File

@@ -213,9 +213,9 @@ class Number
using rep = std::int64_t;
using internalrep = MantissaRange::rep;
bool negative_{false};
internalrep mantissa_{0};
int exponent_{std::numeric_limits<int>::lowest()};
bool negative_{false};
public:
// The range for the exponent when normalized