Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

mpi.h File Reference

Definitions for base MPI functions. More...

#include "mpn.h"

Go to the source code of this file.

Namespaces

namespace  mp

Functions

mpi operator+ (const mpi &x, int_type y)
mpi operator+ (int_type x, const mpi &y)
mpi operator- (const mpi &x, int_type y)
mpi operator- (int_type x, const mpi &y)
mpi operator * (const mpi &x, int_type y)
mpi operator * (int_type x, const mpi &y)
mpi operator/ (const mpi &x, int_type y)
mpi operator/ (int_type x, const mpi &y)
mpi operator% (const mpi &x, int_type y)
mpi operator% (int_type x, const mpi &y)
mpi pow (const mpi &base, const mpi &p)
 Exponentiation.


Detailed Description

Definitions for base MPI functions.


Function Documentation

mpi pow const mpi &  base,
const mpi &  p
 

Exponentiation.

Parameters:
base Base of the operation
p Exponant of the operation
Returns:
Result: base ^ p


Generated on Fri Feb 4 16:17:55 2005 for LibMP++ by  doxygen 1.4.1