integer-logarithms: Integer logarithms.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

Math.NumberTheory.Logarithms and Math.NumberTheory.Powers.Integer from the arithmoi package.

Also provides GHC.Integer.Logarithms.Compat and Math.NumberTheory.Power.Natural modules, as well as some additional functions in migrated modules.


[Skip to Readme]

Properties

Versions 1, 1.0.1, 1.0.2, 1.0.2.1, 1.0.2.2, 1.0.3, 1.0.3.1, 1.0.3.1
Change log changelog.md
Dependencies array (>=0.3 && <0.6), base (>=4.3 && <4.16), ghc-bignum (>=1.0 && <1.1), ghc-prim (<0.8), integer-gmp (<1.1), integer-simple, invalid-cabal-flag-settings (<0), nats (>=1.1.2 && <1.2) [details]
License MIT
Copyright (c) 2011 Daniel Fischer, 2017-2020 Oleg Grenrus, Andrew Lelechenko
Author Daniel Fischer
Maintainer Oleg Grenrus <oleg.grenrus@iki.fi>
Category Math, Algorithms, Number Theory
Home page https://github.com/haskellari/integer-logarithms
Bug tracker https://github.com/haskellari/integer-logarithms/issues
Source repo head: git clone https://github.com/haskellari/integer-logarithms
Uploaded by phadej at 2020-11-01T21:38:20Z

Modules

[Index] [Quick Jump]

Flags

Manual Flags

NameDescriptionDefault
check-bounds

Replace unsafe array operations with safe ones

Disabled
Automatic Flags
NameDescriptionDefault
integer-gmp

integer-gmp or integer-simple

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for integer-logarithms-1.0.3.1

[back to package description]

integer-logarithms

Build Status

Math.NumberTheory.Logarithms splitted out of arithmoi