mirror of
https://github.com/nlohmann/json.git
synced 2026-03-22 00:42:45 +00:00
📝 cleanup after #936
This commit is contained in:
@@ -7294,7 +7294,7 @@ boundaries compute_boundaries(FloatType value)
|
||||
|
||||
const bool is_denormal = (E == 0);
|
||||
const diyfp v = is_denormal
|
||||
? diyfp(F, 1 - kBias)
|
||||
? diyfp(F, kMinExp)
|
||||
: diyfp(F + kHiddenBit, static_cast<int>(E) - kBias);
|
||||
|
||||
// Compute the boundaries m- and m+ of the floating-point value
|
||||
|
||||
Reference in New Issue
Block a user