Givaro
Data Structures | Namespaces | Constant Groups
givzpz32std.h File Reference

Arithmetic on Z/pZ, with p a prime number less than $2^32$. More...

#include "givaro/givbasictype.h"
#include "givaro/giverror.h"
#include "givaro/givzpztypes.h"
#include "givaro/giv_randiter.h"
#include <math.h>
#include "givaro/givzpz32std.inl"

Data Structures

class  ZpzDom< Std32 >
 This class implement the standard arithmetic with Modulo Elements. More...
 

Namespaces

 Givaro
 Namespace in which the whole Givaro library resides.
 

Constant Groups

 Givaro
 Namespace in which the whole Givaro library resides.
 

Detailed Description

Arithmetic on Z/pZ, with p a prime number less than $2^32$.

Modulo typedef is a signed long number. In case it was modified then Bézout algorithm must be changed (coefficient can be negative).