Givaro
Namespaces | Macros | Functions
gmp++_int_mod.C File Reference

moding stuff. More...

#include "gmp++/gmp++.h"
#include <cstdlib>
+ Include dependency graph for gmp++_int_mod.C:
+ This graph shows which files directly or indirectly include this file:

Namespaces

namespace  Givaro
 Namespace in which the whole Givaro library resides.

Macros

#define GIVABS(a)   ((a)>0?(a):-(a))

Functions

Integer operator% (const int l, const Integer &n)
Integer operator% (const long int l, const Integer &n)
Integer operator% (const Integer &n, const int l)
Integer operator% (const Integer &n, const unsigned int l)
Integer & operator%= (Integer &n, const int l)
Integer & operator%= (Integer &n, const unsigned int l)

Detailed Description

moding stuff.


Macro Definition Documentation

#define GIVABS (   a)    ((a)>0?(a):-(a))