|
numerix_doc 0.4
|
#include <modular_integer.hpp>
Definition at line 29 of file modular_integer.hpp.
| static bool normalize | ( | C & | p | ) | [inline, static] |
Definition at line 32 of file modular_integer.hpp.
{
if (p < 0) p = -p;
return true;
}