justbases package

Module contents

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
  • String – display of Radices

Table Of Contents

Previous topic

justbases

Next topic

justbases._config module

This Page