Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
prime
v0.1.0
Generator
Eratosthenes
PseudoPrime
TrialDivision
TwentyThree
Impl
EratosthenesSieve
TrialDivision
Prime
Built with Crystal 1.9.2
2023-10-07 17:04:03 UTC
class
Impl::EratosthenesSieve
Impl::EratosthenesSieve
Reference
Object
Defined in:
impls/eratosthenes_sieve.cr
Constructors
.new
Class Method Summary
.instance
Instance Method Summary
#get_nth_prime
(n)
Constructor Detail
def self.
new
#
[
View source
]
Class Method Detail
def self.
instance
#
[
View source
]
Instance Method Detail
def
get_nth_prime
(n)
#
[
View source
]