Givaro 4.2.1
gmp++_int_mod.C File Reference

moding stuff. More...

#include "gmp++/gmp++.h"
#include <cstdlib>

Namespaces

namespace  Givaro
 Namespace in which the whole Givaro library resides.
 

Macros

#define GIVABS(a)
 

Functions

Integer operator% (const int32_t l, const Integer &n)
 
Integer operator% (const int64_t l, const Integer &n)
 
Integer operator% (const uint32_t l, const Integer &n)
 
Integer operator% (const uint64_t l, const Integer &n)
 

Detailed Description

moding stuff.

Macro Definition Documentation

◆ GIVABS

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