Skip to content

This is a command like "primes" in BSD, but can compute for a bigger integer

Notifications You must be signed in to change notification settings

hamukazu/hprimes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

hprimes

Clone of "primes" command implemented in Haskell.

Examples of Usage

> hprimes 20 40
23
29
31
37

> hprimes 1000000000000000000000000000000000000000000
1000000000000000000000000000000000000000063
1000000000000000000000000000000000000000169
1000000000000000000000000000000000000000361
1000000000000000000000000000000000000000451
1000000000000000000000000000000000000000481
1000000000000000000000000000000000000000553
1000000000000000000000000000000000000000561
1000000000000000000000000000000000000000789
1000000000000000000000000000000000000000819
1000000000000000000000000000000000000000913
1000000000000000000000000000000000000000991
:
:

About

This is a command like "primes" in BSD, but can compute for a bigger integer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published