Files
calculator/src/CalculatorUnitTests
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
..
2019-05-02 16:48:33 -07:00
2019-01-29 19:37:37 -08:00
2019-01-29 19:37:37 -08:00
2019-03-07 10:27:13 -08:00