Fix clang-tidy

This commit is contained in:
Ed Hennis
2026-04-13 20:17:55 -04:00
parent 47f6422ee7
commit ee9b486f8b

View File

@@ -131,7 +131,7 @@ struct MantissaRange
* representation will always have a consistent number of digits.
*/
rep internalMin;
int log{computeLog(min)};
rep log{computeLog(min)};
mantissa_scale scale;
private: