My Project
Loading...
Searching...
No Matches
libpolys
misc
prime.h
Go to the documentation of this file.
1
#ifndef PRIME_H
2
#define PRIME_H
3
/*****************************************
4
* Computer Algebra System SINGULAR *
5
*****************************************/
6
/*
7
* simple prime test for int
8
*/
9
10
int
IsPrime
(
int
p
);
/* brute force !!!! */
11
#endif
p
int p
Definition:
cfModGcd.cc:4077
IsPrime
int IsPrime(int p)
Definition:
prime.cc:61
Generated on Wed Jan 18 2023 00:00:00 for My Project by
doxygen 1.9.6
for
Singular