Fixing some nested if() statements and reducing indentation levels. Making some sections less verbose, e.g: if (a == 1) { b = true; } else { b = false; } ↓ b = (a == 1) |
||
---|---|---|
.. | ||
calc.cpp | ||
CalcInput.cpp | ||
CalcUtils.cpp | ||
History.cpp | ||
Number.cpp | ||
Rational.cpp | ||
RationalMath.cpp | ||
scicomm.cpp | ||
scidisp.cpp | ||
scifunc.cpp | ||
scioper.cpp | ||
sciset.cpp |