The public interface of justbases.
Contents:
- RoundingMethods – a list of available rounding methods
- NatDivision – long division of natural numbers and its inverse
- BasesError – supertype of errors raised by package methods
- Nats
- conversion between non-negative ints and sequences
- conversion between sequences in one base to sequences in another
- Radix – representation of rational number as string of digits
- Rationals
- conversion between Rational and Radix objects
- conversion between Radix objects in any base