calculator/src/CalcManager/CEngine
Josh Koon 995f077127
CalcEngine: Convert NumObj* functions to use Rationals and move under CalcEngine::RationalMath namespace (#12)
* Converts NumObj* functions to use Rationals. Places new functions under CalcEngine::RationalMath namespace
* Moves functions that correspond to an operator to the Rational class with intent to convert to operators in the future
* Consolidates use of RatPack's NUMBER and RAT data types to Number/Rational classes and RationalMath namespace.
2019-02-19 07:46:17 -08:00
..
calc.cpp CalcEngine: Convert NumObj* functions to use Rationals and move under CalcEngine::RationalMath namespace (#12) 2019-02-19 07:46:17 -08:00
CalcInput.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
CalcUtils.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
History.cpp Return to initialization pattern in ExpressionCommand 2019-01-28 19:34:36 -08:00
Number.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
Rational.cpp CalcEngine: Convert NumObj* functions to use Rationals and move under CalcEngine::RationalMath namespace (#12) 2019-02-19 07:46:17 -08:00
scicomm.cpp CalcEngine: Convert NumObj* functions to use Rationals and move under CalcEngine::RationalMath namespace (#12) 2019-02-19 07:46:17 -08:00
scidisp.cpp CalcEngine: Convert NumObj* functions to use Rationals and move under CalcEngine::RationalMath namespace (#12) 2019-02-19 07:46:17 -08:00
scifunc.cpp CalcEngine: Convert NumObj* functions to use Rationals and move under CalcEngine::RationalMath namespace (#12) 2019-02-19 07:46:17 -08:00
scimath.cpp CalcEngine: Convert NumObj* functions to use Rationals and move under CalcEngine::RationalMath namespace (#12) 2019-02-19 07:46:17 -08:00
scioper.cpp CalcEngine: Convert NumObj* functions to use Rationals and move under CalcEngine::RationalMath namespace (#12) 2019-02-19 07:46:17 -08:00
sciset.cpp CalcEngine: Convert NumObj* functions to use Rationals and move under CalcEngine::RationalMath namespace (#12) 2019-02-19 07:46:17 -08:00