3 Commits

Author SHA1 Message Date
b8f704285c added unit tests for bigint 2023-05-29 08:43:09 +08:00
1e580cd6da added rational numbers 2023-05-24 22:47:16 +08:00
Walter Oggioni
cd6ca6f3ec Several improvements:
- added some meaningful unit tests
- splitted classes into heap-allocated (starting with 'H') and stack-allocated (starting with 'S'), unfortunately there is a lot of duplicated code but I am still unable to find
an elegant solution to use the smae code to deal with both the stack-allocated class and the heap-allocated one
2018-12-31 01:36:45 +01:00