54std::string reportSubtract(
const std::string& aInteger,
55 const std::string& aDecimal,
56 const std::string& bInteger,
57 const std::string& bDecimal,
60 const std::vector<int>& _diffDigits,
61 const std::vector<int>& borrows,
63 bool resultIsNegative,
64 bool noMinus =
false);