calculator/src/CalcManager/Ratpack
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
..
basex.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
CalcErr.h Hello GitHub 2019-01-28 16:24:37 -08:00
conv.cpp CalcEngine: Remove the need to specify base/radix when working with Rational values (#31) 2019-02-22 10:00:19 -08:00
exp.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
fact.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
itrans.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
itransh.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
logic.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
num.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
rat.cpp CalcEngine: Remove the need to specify base/radix when working with Rational values (#31) 2019-02-22 10:00:19 -08:00
ratconst.h Hello GitHub 2019-01-28 16:24:37 -08:00
ratpak.h Hello GitHub 2019-01-28 16:24:37 -08:00
support.cpp CalcEngine: Remove the need to specify base/radix when working with Rational values (#31) 2019-02-22 10:00:19 -08:00
trans.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
transh.cpp Hello GitHub 2019-01-28 16:24:37 -08:00