-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Mathematics utilities for Haskell -- @package euler @version 0.3.3 module Numeric.Euler.Primes isPrime2 :: Integral a => a -> Bool trialAndDivision2 :: Int -> [Int] erastothenes3 :: Int -> [Int] sundaram5 :: Int -> [Int] atkin1 :: Int -> [(Int, Int)]