My Project
debian-1:4.1.1-p2+ds-4build2
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
IsPrime
int IsPrime(int p)
Definition:
prime.cc:61
p
int p
Definition:
cfModGcd.cc:4019
Generated on Tue Mar 24 2020 14:10:46 for My Project by
doxygen 1.8.17
for
Singular debian-1:4.1.1-p2+ds-4build2