Givaro 4.2.1
modular-balanced-double.inl File Reference
#include <cmath>

Namespaces

namespace  Givaro
 Namespace in which the whole Givaro library resides.
 

Macros

#define NORMALISE(x)
 
#define NORMALISE_HI(x)
 

Macro Definition Documentation

◆ NORMALISE

#define NORMALISE ( x)
Value:
{ \
if (x < _mhalfp) x += _p; \
else if (x > _halfp) x -= _p; \
}

◆ NORMALISE_HI

#define NORMALISE_HI ( x)
Value:
{ \
if (x > _halfp) x -= _p; \
}