Fix a COMDouble::Round() issue (#12210)
authorHan Lee <han.lee@intel.com>
Wed, 14 Jun 2017 16:14:18 +0000 (09:14 -0700)
committerJan Vorlicek <janvorli@microsoft.com>
Wed, 14 Jun 2017 16:14:18 +0000 (18:14 +0200)
commit395f145ba0c220afb1d85ff8c26f34909d8ea424
treef4b8ecac56be32975dfcda51d66f8d7960f07a56
parent7b051348604398af834713af786ac7d6ee3e5bc7
Fix a COMDouble::Round() issue (#12210)

* Fix a COMDouble::Round() issue
fixes https://github.com/dotnet/coreclr/issues/12137

* Add a couple tests for Math.Round(double)
based on https://github.com/dotnet/coreclr/issues/12137

* Use G17 format specifier for printing double values
src/classlibnative/float/floatdouble.cpp
src/classlibnative/float/floatsingle.cpp
tests/src/CoreMangLib/cti/system/math/mathround3.cs