2026-01-21 10:11:11 +01:00
2026-01-21 10:11:11 +01:00
2026-01-19 15:15:01 +01:00
2025-10-17 10:31:56 +02:00
2026-01-20 17:33:53 +01:00
2025-10-17 10:31:56 +02:00
2026-01-20 18:39:29 +01:00

haskell-math

running project from CLI

$ cabal update
$ cabal build
$ cabal run

running tests

$ cabal test

algorithms

Modular square roots algorithms

  • Tonelli Shanks

primality test algorithms

  • Fermat's prime test
  • Miller Rabin's prime test
  • Solovey Strassen's prime test

factorization algorithms

  • Fermat's factorization
  • Pollard's p-1
  • Dixon
Description
No description provided
Readme BSD-3-Clause 75 KiB
Languages
Haskell 100%