as_helper< floating< W >, floating< V > > Struct Template Reference

#include <floating.hpp>

List of all members.

Static Public Member Functions


Detailed Description

template<typename W, typename V>
struct mmx::as_helper< floating< W >, floating< V > >

Definition at line 228 of file floating.hpp.


Member Function Documentation

static floating<W> cv ( const floating< V > &  x  )  [inline, static]

Definition at line 229 of file floating.hpp.

00229                                                       {
00230     floating<W> r;
00231     mpfr_set (*r, *x, W::rnd());
00232     return r;
00233   }


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

Generated on 6 Dec 2012 for numerix by  doxygen 1.6.1