Qucs-core
0.0.19
|
#include <prime_tables.h>
Public Member Functions | |
virtual bool | IsPrime (int n) const |
virtual int | GetNextPrime (int p) const |
Definition at line 56 of file prime_tables.h.
virtual int OnTheFlyPrimeTable::GetNextPrime | ( | int | p | ) | const [inline, virtual] |
Implements PrimeTable.
Definition at line 69 of file prime_tables.h.
virtual bool OnTheFlyPrimeTable::IsPrime | ( | int | n | ) | const [inline, virtual] |
Implements PrimeTable.
Definition at line 58 of file prime_tables.h.