|
Notes:
This version is pretty complete in terms of functionality and has some tests. A sqrt has been added to LongDecimal. It can be discussed if we need more functions. Probably log and exp are needed, but trigonometric and hyperbolic functions might not be needed.
The gem-mechanism is still experimental.
Any feedback is welcome!
Changes:
Added sqrt and some tests.
Moved some methods away from Integer and Rational and to a new Module LongMath instead.
|