Remove the _ suffixes from doNormalize function parameters

This commit is contained in:
Ed Hennis
2026-01-26 18:48:12 -05:00
parent c8c5207675
commit bf8db0555e
2 changed files with 23 additions and 20 deletions

View File

@@ -574,8 +574,8 @@ private:
friend void
doNormalize(
bool& negative,
T& mantissa_,
int& exponent_,
T& mantissa,
int& exponent,
MantissaRange::rep const& minMantissa,
MantissaRange::rep const& maxMantissa);