Commit Graph

13 Commits

Author SHA1 Message Date
Alex Dyachenko
e654555250 MPIR.Net - Added missing ToUint/ToInt conversions for 32-bit builds 2016-06-08 11:29:02 -04:00
Alex Dyachenko
4242b5e2bb Updated unit tests to work on Win32 as well as Win64 2016-01-14 14:07:20 -05:00
Alex Dyachenko
97a8cc896d Fixed unit tests broken after the merge. 3 tests broken due to MPIR behavior (FitsUxxx returns false for -0.9) 2015-05-23 20:36:51 -04:00
Alex Dyachenko
3ec06bfc51 Merge branch 'master' of github.com:adyache/mpir
Conflicts:
	mpir.net/mpir.net-tests/HugeFloatTests/Arithmetic.cs
	mpir.net/mpir.net-tests/HugeFloatTests/Assignment.cs
	mpir.net/mpir.net-tests/HugeFloatTests/Comparisons.cs
	mpir.net/mpir.net-tests/HugeFloatTests/ConstructionAndDisposal.cs
	mpir.net/mpir.net-tests/HugeFloatTests/Conversions.cs
	mpir.net/mpir.net-tests/HugeFloatTests/ExpressionTests.cs
	mpir.net/mpir.net-tests/HugeFloatTests/IO.cs
	mpir.net/mpir.net-tests/Utilities/Accessors.cs
	mpir.net/mpir.net/HugeFloat.cpp
	mpir.net/mpir.net/HugeFloat.h
2015-05-23 20:36:01 -04:00
Alex Dyachenko
5ef1d11323 Float size checks and ToDouble(out exp). Apparently duplicate work, committing before merging from remote. 2015-05-21 21:39:47 -04:00
Alex Dyachenko
a82fecf846 Float conversion tests 2014-11-20 08:18:15 -05:00
Alex Dyachenko
11e33c7140 Float IsInteger 2014-06-27 12:41:46 -04:00
Alex Dyachenko
cd25b5b35c Float size checks. Three broken tests due to MPIR behavior, bug logged 2014-06-27 10:54:19 -04:00
Alex Dyachenko
d161281a47 Float IO - Read implementation. Also updated construction and assignment to make all string conversions consistent. MPIR 2.7.0 Section 7.7 Completed. 2014-06-25 16:22:37 -04:00
Alex Dyachenko
0432170047 Float IO tests and Write implementation 2014-06-25 15:10:46 -04:00
Alex Dyachenko
20f17f9176 Float to limb or double. MPIR 2.7.0 sections 7.1-7.6 completed. 2014-06-25 12:16:40 -04:00
Alex Dyachenko
f971feae43 Float conversion tests and full implementation of ToString() 2014-06-17 17:53:26 -04:00
Alex Dyachenko
f1034ab5dd Copied-pasted float tests from rational 2014-06-05 17:05:06 -04:00