#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] |
bool operator< |
( |
double |
lhs, |
|
|
const MpfrFloat & |
rhs |
|
) |
| [inline] |
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const MpfrFloat & |
value |
|
) |
| |
bool operator<= |
( |
double |
lhs, |
|
|
const MpfrFloat & |
rhs |
|
) |
| [inline] |
bool operator== |
( |
double |
lhs, |
|
|
const MpfrFloat & |
rhs |
|
) |
| [inline] |
bool operator> |
( |
double |
lhs, |
|
|
const MpfrFloat & |
rhs |
|
) |
| [inline] |
bool operator>= |
( |
double |
lhs, |
|
|
const MpfrFloat & |
rhs |
|
) |
| [inline] |