base-formatter
    Preparing search index...

      base-formatter

      A Javascript library for encoding numbers to different radixes/bases with many formatting options.

      The base-formatter defines the BaseFormatter and BaseConverter classes. The BaseFormatter class is used to base encode a number to a string using specified digits, and the BaseConverter to instead encode to a NumeralOutput object.

      Classes

      BaseConverter
      BaseFormatter

      Interfaces

      BaseConverterOptions
      BaseFormatterOnlyOptions
      BaseFormatterOptions
      NumeralOutput

      Type Aliases

      Notation
      RadixDisplay
      RoundingMode
      SignDisplay
      UseGrouping

      Exceptions

      DigitNotFound
      MaximumBaseExceeded