|
Givaro 4.2.2
|
Fermat numbers. More...
#include <givintprime.h>
Public Member Functions | |
| bool | isUnit (const Rep &x) const |
| isUnit | |
| bool | isDivisor (const Element &a, const Element &b) const |
| isDivisor (a, b) Test if b | a. | |
Input/Output Operations | |
| std::istream & | read (std::istream &is) const |
| Read field. | |
| virtual std::istream & | read (std::istream &is, Element &x) const |
| Read field element. | |
| std::ostream & | write (std::ostream &os, std::string F) const |
| Read field. | |
| std::ostream & | write (std::ostream &os, const Element &x) const |
| Print field element. | |
Data Object Management. | |
first argument is set and the value is also returned. | |
Fermat numbers.
|
inlineinherited |
Read field.
| is | input stream from which field is read. |
|
inlinevirtualinherited |
Read field element.
| is | input stream from which field element is read. |
| x | field element. |
|
inlineinherited |
Read field.
| is | input stream from which field is read. |
|
inlineinherited |
Print field element.
| os | output stream to which field element is written. |
| x | field element. |