calculator/src
Rudy Huyn 2ff7bb4089 Unit Converter - Calculate the rounding precision of results based on the source (#498)
* precisely calculates the number of digits of the source and compute the number of significant digits of the result based on that.

* fix unit test

* Fix warning C4267

* Optimize how we calculate the number of digits in the integer part and don't trim the value when used by the currency converter

* modify GetNumberSignificantDigits

* fix CI error

* Access to wstring::npos from static calls

* Move UnitConverter static methods related to number to NumberFormattingUtils

* rename namespace

* Add comment and fix typo

* Move standard headers
2019-07-16 17:00:57 -07:00
..
build Hello GitHub 2019-01-28 16:24:37 -08:00
CalcManager Unit Converter - Calculate the rounding precision of results based on the source (#498) 2019-07-16 17:00:57 -07:00
Calculator Make History and Memory list items context menu accessible using keyboard (#432) 2019-07-16 14:24:27 -07:00
CalculatorUITestFramework UI tests should be able to test both dev and store-released builds (#567) 2019-06-25 11:29:32 -07:00
CalculatorUITests UI tests should be able to test both dev and store-released builds (#567) 2019-06-25 11:29:32 -07:00
CalculatorUnitTests Unit Converter - Calculate the rounding precision of results based on the source (#498) 2019-07-16 17:00:57 -07:00
CalcViewModel Use the current locale to sort country names (#259) 2019-07-16 11:44:12 -07:00
Calculator.sln Update to v142 build tools for Visual Studio 2019 (#548) 2019-06-24 16:38:45 -07:00
CMakeLists.txt Add CMake project, GCC support (#540) 2019-06-06 14:08:31 -07:00
nuget.config updating nuget.org source to point to V3 (#129) 2019-03-07 07:33:22 -08:00
Settings.XamlStyler Hello GitHub 2019-01-28 16:24:37 -08:00