Planeshift
Classes | Functions

MpfrFloat.h File Reference

#include <iostream>

Go to the source code of this file.

Classes

class  MpfrFloat

Functions

bool operator!= (double lhs, const MpfrFloat &rhs)
MpfrFloat operator% (double lhs, const MpfrFloat &rhs)
MpfrFloat operator* (double lhs, const MpfrFloat &rhs)
MpfrFloat operator+ (double lhs, const MpfrFloat &rhs)
MpfrFloat operator- (double lhs, const MpfrFloat &rhs)
MpfrFloat operator/ (double lhs, const MpfrFloat &rhs)
bool operator< (double lhs, const MpfrFloat &rhs)
std::ostream & operator<< (std::ostream &os, const MpfrFloat &value)
bool operator<= (double lhs, const MpfrFloat &rhs)
bool operator== (double lhs, const MpfrFloat &rhs)
bool operator> (double lhs, const MpfrFloat &rhs)
bool operator>= (double lhs, const MpfrFloat &rhs)

Function Documentation

bool operator!= ( double  lhs,
const MpfrFloat rhs 
) [inline]

Definition at line 201 of file MpfrFloat.h.

MpfrFloat operator% ( double  lhs,
const MpfrFloat rhs 
)
MpfrFloat operator* ( double  lhs,
const MpfrFloat rhs 
)
MpfrFloat operator+ ( double  lhs,
const MpfrFloat rhs 
)
MpfrFloat operator- ( double  lhs,
const MpfrFloat rhs 
)
MpfrFloat operator/ ( double  lhs,
const MpfrFloat rhs 
)
bool operator< ( double  lhs,
const MpfrFloat rhs 
) [inline]

Definition at line 196 of file MpfrFloat.h.

std::ostream& operator<< ( std::ostream &  os,
const MpfrFloat value 
)
bool operator<= ( double  lhs,
const MpfrFloat rhs 
) [inline]

Definition at line 197 of file MpfrFloat.h.

bool operator== ( double  lhs,
const MpfrFloat rhs 
) [inline]

Definition at line 200 of file MpfrFloat.h.

bool operator> ( double  lhs,
const MpfrFloat rhs 
) [inline]

Definition at line 198 of file MpfrFloat.h.

bool operator>= ( double  lhs,
const MpfrFloat rhs 
) [inline]

Definition at line 199 of file MpfrFloat.h.