|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include "gmpfrxx.h"Go to the source code of this file.
Functions | |
| istream & | operator>> (istream &s, mpfr_ptr a) |
| ostream & | operator<< (ostream &os, mpfr_srcptr a) |
| void | mpz_set_mpfr (mpz_ptr w, mpfr_srcptr u) |
| void | mpq_set_mpfr (mpq_ptr w, mpfr_srcptr u) |
| void mpq_set_mpfr | ( | mpq_ptr | w, |
| mpfr_srcptr | u | ||
| ) |
Definition at line 175 of file gmpfrxx.C.
References w.
Referenced by __gmp_set_expr(), and __gmp_set_expr().
| void mpz_set_mpfr | ( | mpz_ptr | w, |
| mpfr_srcptr | u | ||
| ) |
Definition at line 133 of file gmpfrxx.C.
References w.
Referenced by __gmp_set_expr(), and __gmp_set_expr().
| ostream & operator<< | ( | ostream & | os, |
| mpfr_srcptr | a | ||
| ) |
Definition at line 62 of file gmpfrxx.C.
References MpFrC::get_base(), and MpFrC::get_rnd().
| istream & operator>> | ( | istream & | s, |
| mpfr_ptr | a | ||
| ) |
Definition at line 51 of file gmpfrxx.C.
References MpFrC::get_base(), and MpFrC::get_rnd().