Commit Graph

67 Commits

Author SHA1 Message Date
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
4770c42686 Tests for float arithmetic, expressions, IO methods 2015-05-21 17:18:25 -04:00
Alex Dyachenko
bf044dc564 Float assignment tests 2014-11-23 22:50:12 -05:00
Alex Dyachenko
aaa7b56e70 Float comparison tests. Added construction and assignment of floats from rationals and vice versa. 2014-11-23 22:34:20 -05:00
Alex Dyachenko
a82fecf846 Float conversion tests 2014-11-20 08:18:15 -05:00
Alex Dyachenko
d74453427c Float construction/disposal tests. Implemented float ToString(). 2014-11-19 12:51:21 -05:00
Alex Dyachenko
45071bb9d1 Merge branch 'master' of github.com:adyache/mpir 2014-06-05 17:06:13 -04:00
Alex Dyachenko
f1034ab5dd Copied-pasted float tests from rational 2014-06-05 17:05:06 -04:00
Alex Dyachenko
8a33476556 Float comparisons 7.6 except eq-bits and rel-dif 2014-06-05 14:52:10 -04:00
Alex Dyachenko
a7fc90ffa1 Float arithmetic 7.5 except two SQRT methods 2014-06-05 14:51:06 -04:00
Alex Dyachenko
609b9eb948 Removed irrelevant copied code in IO ops, fixed build. 2014-06-04 17:20:08 -04:00
Alex Dyachenko
55f82b2046 Merge branch 'master' of github.com:adyache/mpir
Conflicts:
	mpir.net/mpir.net/HugeRational.h
2014-06-03 12:59:35 -04:00
Alex Dyachenko
06dfc8ec06 Clean-up of unused comments. Added a few missing rational tests. 2014-06-03 10:44:28 -04:00
Alex Dyachenko
25973049d6 Cleanup of comments in the rational header 2014-05-27 13:30:30 -04:00
Alex Dyachenko
f29fb594a5 Initial rough addition of the float type. IO ops don't build, tests to be added. 2014-05-27 13:30:13 -04:00
Alex Dyachenko
20618e11ed Assignment and construction from one or two integer expressions 2014-05-26 15:54:50 -04:00
Alex Dyachenko
1771a0d36e mixed int-rational division 2014-05-26 15:05:21 -04:00
Alex Dyachenko
0b4e592451 Mixed int+rational subtract and multiply 2014-05-23 17:00:32 -04:00
Alex Dyachenko
a29eebb9a0 Refactored type abbr for rationals 2014-05-23 16:22:17 -04:00
Alex Dyachenko
b876961ff7 Implemented mixed int+rational. Need to refactor Int typeabbr. 2014-05-23 13:24:37 -04:00
Alex Dyachenko
30a5875cd9 Refactored AssignTo with macros to use type-distinct names for context overloads, so that mixed args can be assigned to the same context and integers can be assigned to different type args 2014-05-23 10:46:23 -04:00
Alex Dyachenko
597f2422a1 Rational Assignment from integer 2014-05-22 11:48:19 -04:00
Alex Dyachenko
f22660b71e Assignment rational to int 2014-05-22 10:35:03 -04:00
Alex Dyachenko
0b21fa4efd Rational canonicalize method. 2014-05-21 17:19:17 -04:00
Alex Dyachenko
260ba651ff Rational IO completed 2014-05-21 17:08:40 -04:00
Alex Dyachenko
0dc8c29307 Updated and/or fixed more existing rational tests: comparison, construction, conversion, expression, comments. Updated rational XML comments. 2014-05-21 13:03:05 -04:00
Alex Dyachenko
1c50b141a6 Fixed rational conversions, constructor, assignment, arithmetic tests 2014-05-21 11:47:51 -04:00
Alex Dyachenko
7ffcfd1839 Updated existing assignment tests 2014-05-20 17:16:10 -04:00
Alex Dyachenko
24a0bed19d Updated existing rational arithmetic tests 2014-05-20 17:15:58 -04:00
Alex Dyachenko
65ace72f31 Fixed int expressions test 2014-05-20 15:37:32 -04:00
Alex Dyachenko
4cf01038d5 Refactored unit test method names to be prefixed with the type 2014-05-20 15:37:16 -04:00
Alex Dyachenko
77b2c4a5eb Refactor rational constructors and factory methods; all constructors auto-allocate, Allocate is a factory method. Updated rational construction tests. 2014-05-20 13:14:30 -04:00
Alex Dyachenko
097230002a Refactor to make int constructors auto-allocating, and make Allocate a factory method. 2014-05-20 13:05:15 -04:00
Alex Dyachenko
eb5c0be34c Added draft tests for rational. Global replace from int only. Need review for completeness, many tests failing. 2014-05-20 11:06:26 -04:00
Alex Dyachenko
9d079888dc Added UI/SI +, -, *, / operators 2014-05-18 15:10:35 -04:00
Alex Dyachenko
9b9a575c2f Added UI/SI/double comparisons 2014-05-18 14:37:40 -04:00
Alex Dyachenko
e0d9d023b2 More refactoring of various macros. Fleshed out most of the operation set for rationals, some UI/SI members commented to let the project build. 2014-05-16 16:52:05 -04:00
Alex Dyachenko
6e4af8e176 Major refactoring in preparation for adding the rational class. Broken build due to partial commit. 2014-05-10 15:30:45 -04:00
Alex Dyachenko
55e44923cf Minimum compileable rational implementation 2014-05-05 21:11:28 -04:00
Alex Dyachenko
bc0cbe8621 Stubbed out a HugeRational class. Broken build: interfaces not yet implemented. 2014-05-05 21:10:24 -04:00
Alex Dyachenko
8db0846661 Refactored all Mpir***Expression classes to Integer***Expression 2014-05-05 13:40:43 -04:00
Alex Dyachenko
924a4b326d Fibonacci and Lucas. MPIR 2.7.0 Section 5 (Integers) completed. 2014-05-05 13:22:47 -04:00
Alex Dyachenko
54802392db Binomial 2014-05-05 12:43:18 -04:00
Alex Dyachenko
4d7063cb92 Primorial 2014-05-04 15:21:05 -04:00
Alex Dyachenko
dc5023bb4a Factorial. Added a Value property getter to make compound operators possible. 2014-05-03 22:46:33 -04:00
Alex Dyachenko
7e422eaf19 Refactor of Power(Ui, Ui) to return an expression 2014-05-03 21:36:30 -04:00
Alex Dyachenko
8d18d39937 Added a from-expression constructor 2014-05-03 21:19:30 -04:00
Alex Dyachenko
d0370c472c RemoveFactors 2014-05-02 16:44:31 -04:00
Alex Dyachenko
cb5954df40 Kronecker symbols 2014-05-02 15:30:30 -04:00
Alex Dyachenko
6ea5c7b08a Jacobi and Legendre symbols 2014-05-02 15:07:27 -04:00