calculator/src/CalcManager/CEngine
Josh Koon 73372283a0
CalcEngine: Remove the need to specify base/radix when working with Rational values (#31)
- Separates values from the representation (base/radix) of those values.
- Uses a single base for all values represented as Rationals.
- Rationals are converted to/from a specific base when they are converted to/from strings.
2019-02-22 10:00:19 -08:00
..
calc.cpp CalcEngine: Remove the need to specify base/radix when working with Rational values (#31) 2019-02-22 10:00:19 -08:00
CalcInput.cpp CalcEngine: Remove the need to specify base/radix when working with Rational values (#31) 2019-02-22 10:00:19 -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: Remove the need to specify base/radix when working with Rational values (#31) 2019-02-22 10:00:19 -08:00
scicomm.cpp CalcEngine: Remove the need to specify base/radix when working with Rational values (#31) 2019-02-22 10:00:19 -08:00
scidisp.cpp CalcEngine: Remove the need to specify base/radix when working with Rational values (#31) 2019-02-22 10:00:19 -08:00
scifunc.cpp CalcEngine: Remove the need to specify base/radix when working with Rational values (#31) 2019-02-22 10:00:19 -08:00
scimath.cpp CalcEngine: Remove the need to specify base/radix when working with Rational values (#31) 2019-02-22 10:00:19 -08:00
scioper.cpp CalcEngine: Remove the need to specify base/radix when working with Rational values (#31) 2019-02-22 10:00:19 -08:00
sciset.cpp CalcEngine: Remove the need to specify base/radix when working with Rational values (#31) 2019-02-22 10:00:19 -08:00