#include <mpf.h>
Namespaces | |
namespace | mp |
Functions | |
bool | operator== (const mpf &x, const mpf &y) |
bool | operator!= (const mpf &x, const mpf &y) |
bool | operator< (const mpf &x, const mpf &y) |
bool | operator<= (const mpf &x, const mpf &y) |
bool | operator> (const mpf &x, const mpf &y) |
bool | operator>= (const mpf &x, const mpf &y) |
bool | operator== (const mpf &x, const mpi &y) |
bool | operator!= (const mpf &x, const mpi &y) |
bool | operator< (const mpf &x, const mpi &y) |
bool | operator<= (const mpf &x, const mpi &y) |
bool | operator> (const mpf &x, const mpi &y) |
bool | operator>= (const mpf &x, const mpi &y) |
bool | operator== (const mpf &x, int_type y) |
bool | operator!= (const mpf &x, int_type y) |
bool | operator< (const mpf &x, int_type y) |
bool | operator<= (const mpf &x, int_type y) |
bool | operator> (const mpf &x, int_type y) |
bool | operator>= (const mpf &x, int_type y) |
bool | operator== (const mpf &x, float_type y) |
bool | operator!= (const mpf &x, float_type y) |
bool | operator< (const mpf &x, float_type y) |
bool | operator<= (const mpf &x, float_type y) |
bool | operator> (const mpf &x, float_type y) |
bool | operator>= (const mpf &x, float_type y) |