fixed_floating< V, P, D > Class Template Reference

#include <floating.hpp>

List of all members.

Static Public Member Functions


Detailed Description

template<typename V, xnat P, xnat D = P>
class mmx::fixed_floating< V, P, D >

Definition at line 71 of file floating.hpp.


Member Function Documentation

static xnat disc (  )  [inline, static]

Definition at line 79 of file floating.hpp.

00079                              {
00080     return D; }

static xnat prec ( const mpfr_t &  x,
const mpfr_t &  y 
) [inline, static]

Definition at line 77 of file floating.hpp.

00077                                                              {
00078     (void) x; (void) y; return P; }

static xnat prec ( const mpfr_t &  x  )  [inline, static]

Definition at line 75 of file floating.hpp.

00075                                             {
00076     (void) x; return P; }

static xnat prec (  )  [inline, static]

Definition at line 73 of file floating.hpp.

00073                              {
00074     return P; }


The documentation for this class was generated from the following file:

Generated on 6 Dec 2012 for numerix by  doxygen 1.6.1