Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Robust tests for `Long`. * Implemented `Debug` for `Long`. * `Long::from`: check argument before construction. * Fixed arbitrary-precision addition! * In the previous version, there was a logical error in the implementation of addition. * If `self` had more digits than `other`, the carry (if there was one) would not be added to the next digit of `self`. * It would be placed to the front of `self`.
- Loading branch information