source: git/libpolys/misc/prime.h @ 48142b

fieker-DuValspielwiese
Last change on this file since 48142b was 42a81e, checked in by Hans Schoenemann <hannes@…>, 9 years ago
fix for version without HAVE_RINGS
  • Property mode set to 100644
File size: 251 bytes
Line 
1#ifndef PRIME_H
2#define PRIME_H
3/*****************************************
4 * Computer Algebra System SINGULAR      *
5 *****************************************/
6/*
7 *  simple prime test for int
8 */
9
10int IsPrime(int p);  /* brute force !!!! */
11#endif
Note: See TracBrowser for help on using the repository browser.