Givaro
Namespaces | Functions
gmp++_int_misc.C File Reference

miscing stuff. More...

#include <iostream>
#include <math.h>
#include "gmp++/gmp++.h"
#include <sstream>

Namespaces

 Givaro
 Namespace in which the whole Givaro library resides.
 

Functions

Integer fact (long unsigned int l)
 
Integer & sqrt (Integer &r, const Integer &p)
 
Integer & sqrtrem (Integer &r, const Integer &p, Integer &rem)
 
Integer sqrt (const Integer &p)
 
Integer sqrtrem (const Integer &p, Integer &rem)
 
bool root (Integer &q, const Integer &, unsigned int n)
 
void swap (Integer &, Integer &)
 
double naturallog (const Integer &a)
 
bool isOdd (const Integer &a)
 Tests parity of an integer. More...
 
long logp (const Integer &a, const Integer &p)
 
double logtwo (const Integer &a)
 
long unsigned length (const Integer &a)
 

Detailed Description

miscing stuff.