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

user_math.cpp File Reference

Operator overloads for MPF arithmetic functions. More...

#include <mpf.h>

Namespaces

namespace  mp

Unary positive & negative

mpf operator+ (const mpf &x)
mpf operator- (const mpf &x)

Functions

mpf operator+ (const mpf &x, int_type y)
mpf operator+ (int_type x, const mpf &y)
mpf operator+ (const mpf &x, float_type y)
mpf operator+ (float_type y, const mpf &x)
mpf operator+ (const mpf &x, const mpi &y)
mpf operator+ (const mpi &x, const mpf &y)
mpf operator+ (const mpf &x, const mpf &y)
mpf operator- (const mpf &x, int_type y)
mpf operator- (int_type x, const mpf &y)
mpf operator- (const mpf &x, float_type y)
mpf operator- (float_type x, const mpf &y)
mpf operator- (const mpf &x, const mpi &y)
mpf operator- (const mpi &x, const mpf &y)
mpf operator- (const mpf &x, const mpf &y)
mpf operator * (const mpf &x, int_type y)
mpf operator * (int_type x, const mpf &y)
mpf operator * (const mpf &x, float_type y)
mpf operator * (float_type x, const mpf &y)
mpf operator * (const mpf &x, const mpi &y)
mpf operator * (const mpi &x, const mpf &y)
mpf operator * (const mpf &x, const mpf &y)
mpf operator/ (const mpf &x, int_type y)
mpf operator/ (int_type x, const mpf &y)
mpf operator/ (const mpf &x, float_type y)
mpf operator/ (float_type x, const mpf &y)
mpf operator/ (const mpf &x, const mpi &y)
mpf operator/ (const mpi &x, const mpf &y)
mpf operator/ (const mpf &x, const mpf &y)
mpf operator% (const mpf &x, int_type y)
mpf operator% (int_type x, const mpf &y)
mpf operator% (const mpf &x, float_type y)
mpf operator% (float_type x, const mpf &y)
mpf operator% (const mpf &x, const mpi &y)
mpf operator% (const mpi &x, const mpf &y)
mpf operator% (const mpf &x, const mpf &y)


Detailed Description

Operator overloads for MPF arithmetic functions.


Function Documentation

mpf operator * float_type  x,
const mpf &  y
 

mpf operator% const mpi &  x,
const mpf &  y
 

mpf operator% const mpf &  x,
const mpi &  y
 

mpf operator% float_type  x,
const mpf &  y
 

mpf operator% const mpf &  x,
float_type  y
 

mpf operator% int_type  x,
const mpf &  y
 

mpf operator% const mpf &  x,
int_type  y
 

mpf operator+ float_type  y,
const mpf &  x
 

mpf operator- float_type  x,
const mpf &  y
 


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