Arbitrary Precision Math, not made for speed, but to learn how to make big libraries
under very heavy development
- numbers
- initiation from strings
- initiation from ints (all ints)
-
+
,+=
,inc
-
-
(subtraction),-=
,-
(negation),dec
- make them work for negative numbers
-
abs
- cmp and its related functions (
==
,>
,<
, etc.) - conversion to strings
-
countup
,countdown
,..
,..<
- multiplication
- division
- integer division
- modulo
- min
- max
-
+/-
(aka ±) -
^
- fractions
- addition
- subtraction
- multiplication
- division
- reduce
- sqrt
- rounding
- fractions
- addition
- subtraction
- multiplication
- division