diophantine: A quadratic diophantine equation solving library.
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.
Warnings:
- Exposed modules use unallocated top-level names: Math
A library for solving quadratic diophantine equations.
This library is designed to solve for equations where:
the form is: ax^2 + bxy + cy^2 + dx + ey + f = 0
a,b,c,d,e,f are integers.
soltutions are restricted to x and y are also integers.
This library breaks down equations based on their type to solve them most efficiently. This library supports linear, simple hyperbolic, eliptical, and parabolic equations, with hyperbolics on the way.
Please send feedback or bugs to joejev@gmail.com.
[Skip to Readme]
Properties
Versions | 0.1.0.0, 0.2.0.0, 0.2.0.0, 0.2.1.0 |
---|---|
Change log | None available |
Dependencies | base (>=4.6 && <4.7) [details] |
License | GPL-2.0-only |
Copyright | Joe Jevnik 2013 |
Author | Joe Jevnik |
Maintainer | Joe Jevnik <joejev@gmail.com> |
Category | Math |
Home page | https://github.com/llllllllll/Math.Diophantine |
Source repo | head: git clone https://github.com/llllllllll/Math.Diophantine.git |
Uploaded | by joejev at 2013-12-10T21:44:33Z |
Modules
- Math
- Math.Diophantine
- Math.Diophantine.Internal
- Math.Diophantine
Downloads
- diophantine-0.2.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees