calculator/src
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
..
build Hello GitHub 2019-01-28 16:24:37 -08:00
CalcManager CalcEngine: Remove the need to specify base/radix when working with Rational values (#31) 2019-02-22 10:00:19 -08:00
Calculator Move RADIX_TYPE enum into its own header (#25) 2019-02-20 11:07:32 -08:00
CalculatorUnitTests Clean up project structure in Visual Studio (#8) 2019-02-04 11:52:28 -08:00
CalcViewModel - Avoid referencing project headers from precompiled headers. 2019-02-14 18:20:25 -08:00
Calculator.sln Clean up unit test projects (#4) 2019-01-29 19:37:37 -08:00
nuget.config Hello GitHub 2019-01-28 16:24:37 -08:00
Settings.XamlStyler Hello GitHub 2019-01-28 16:24:37 -08:00