Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
gmpfrxx.C File Reference
#include "gmpfrxx.h"
Include dependency graph for gmpfrxx.C:

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)
 

Function Documentation

◆ mpq_set_mpfr()

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().

◆ mpz_set_mpfr()

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().

◆ operator<<()

ostream & operator<< ( ostream &  os,
mpfr_srcptr  a 
)

Definition at line 62 of file gmpfrxx.C.

References MpFrC::get_base(), and MpFrC::get_rnd().

◆ operator>>()

istream & operator>> ( istream &  s,
mpfr_ptr  a 
)

Definition at line 51 of file gmpfrxx.C.

References MpFrC::get_base(), and MpFrC::get_rnd().