|
| bigfloat (const bigfloat &y) |
|
| bigfloat (const unsigned long u) |
|
| bigfloat (const long i) |
|
| bigfloat (const int i) |
|
| bigfloat (const float d) |
|
| bigfloat (const double d) |
|
| bigfloat (const char *str) |
|
| operator const double (void) const |
|
void | setPrecision (unsigned long dprec) |
|
unsigned long | getPrecision (void) const |
|
unsigned long | getDefaultPrecision (void) const |
|
bigfloat & | operator= (const bigfloat &y) |
|
bigfloat & | operator= (const unsigned long y) |
|
bigfloat & | operator= (const signed long y) |
|
bigfloat & | operator= (const float y) |
|
bigfloat & | operator= (const double y) |
|
size_t | write (void) |
|
size_t | read (void) |
|
bigfloat & | operator+= (const bigfloat &y) |
|
bigfloat & | operator-= (const bigfloat &y) |
|
bigfloat & | operator*= (const bigfloat &y) |
|
bigfloat & | operator/= (const bigfloat &y) |
|
|
static void | setDefaultPrecision (unsigned long dprec) |
|
|
bigfloat | operator+ (const bigfloat &x, const bigfloat &y) |
|
bigfloat | operator+ (const bigfloat &x, const unsigned long y) |
|
bigfloat | operator- (const bigfloat &x, const bigfloat &y) |
|
bigfloat | operator- (const unsigned long x, const bigfloat &y) |
|
bigfloat | operator- (const bigfloat &x, const unsigned long y) |
|
bigfloat | operator- (const bigfloat &x) |
|
bigfloat | operator* (const bigfloat &x, const bigfloat &y) |
|
bigfloat | operator* (const bigfloat &x, const unsigned long y) |
|
bigfloat | operator/ (const bigfloat &x, const bigfloat &y) |
|
bigfloat | operator/ (const unsigned long x, const bigfloat &y) |
|
bigfloat | operator/ (const bigfloat &x, const unsigned long y) |
|
bigfloat | sqrt_bf (const bigfloat &x) |
|
bigfloat | sqrt_bf (const unsigned long x) |
|
bigfloat | abs_bf (const bigfloat &x) |
|
bigfloat | pow_bf (const bigfloat &a, long power) |
|
bigfloat | pow_bf (const bigfloat &a, bigfloat &power) |
|
bigfloat | exp_bf (const bigfloat &a) |
|
bigfloat | log_bf (const bigfloat &a) |
|
int | operator> (const bigfloat &x, const bigfloat &y) |
|
int | operator< (const bigfloat &x, const bigfloat &y) |
|
int | sgn (const bigfloat &) |
|
The documentation for this class was generated from the following file: