@hackage number-length0.1.0.0

Number of digits in a number in decimal and hexadecimal representation.

  • Installation

  • Dependencies (2)

  • Dependents (1)

    @hackage/acme-everything
  • Package Flags

      pedantic
       (off by default)

      Pass additional warning flags to GHC.

      old-base
       (off by default)

      Supplement Data.Proxy, which is available since base >=4.7, using tagged package.

There are situations when it is necessary to know the length of a number in decimal or hexadecimal form. In example when allocating buffer while serializing a number in to binary or human readable format.