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

miscing stuff. More...

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

Namespaces

namespace  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)
long logp (const Integer &a, const Integer &p)
double logtwo (const Integer &a)
Integer & nextprime (Integer &, const Integer &p)
Integer & prevprime (Integer &, const Integer &p)
int probab_prime (const Integer &p)
int probab_prime (const Integer &p, int r)
int jacobi (const Integer &u, const Integer &v)
int legendre (const Integer &u, const Integer &v)
long unsigned length (const Integer &a)
Integer abs (const Integer &n)

Detailed Description

miscing stuff.