MIT licensed by Daniel Fischer
Maintained by Oleg Grenrus
This version can be pinned in stack with:integer-logarithms-1.0.3@sha256:21cdc5661958a703303d2b430220908db8c2c42dbc58db0d7baac1d171f31768,2783

Module documentation for 1.0.3

  • GHC
    • GHC.Integer
      • GHC.Integer.Logarithms
        • GHC.Integer.Logarithms.Compat
  • Math
    • Math.NumberTheory
      • Math.NumberTheory.Logarithms
      • Math.NumberTheory.Powers
        • Math.NumberTheory.Powers.Integer
        • Math.NumberTheory.Powers.Natural
Used by 4 packages in nightly-2019-06-20(full list with versions):

integer-logarithms

Build Status

Math.NumberTheory.Logarithms splitted out of arithmoi

Changes

1.0.3

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

1.0.2.2

  • GHC-8.6.1 compatible relase
  • 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