MIT licensed by Daniel Fischer
Maintained by Oleg Grenrus
This version can be pinned in stack with:integer-logarithms-1.0.3.1@sha256:d59bfd1d39808217af2b68789d3c0e57cb7199d47405a276060d88fef4f4017d,3246

Module documentation for 1.0.3.1

integer-logarithms

Build Status

Math.NumberTheory.Logarithms splitted out of arithmoi

Changes

1.0.3.1

  • GHC-9.0 support

1.0.3

  • Mark all modules Trustworthy. (deprecated modules are Safe for GHC-7.4+).

1.0.2.2

  • GHC-8.6.1 compatible release
  • Fix compilation when +check-bounds

1.0.2.1

  • GHC-8.4.1 compatible release
  • Bump dependencies’ bounds

1.0.2

  • Deprecate Math.NumberTheory.Power.Integer and Math.NumberTheory.Power.Natural modules (^) is as good as custom methods.

1.0.1

  • Add support for integer-simple