numerix_doc 0.4
|
#include <rounded.hpp>
Definition at line 379 of file rounded.hpp.
typedef rounded_operations<rounded_global<MMX_ROUND_DOWN> > DV |
Definition at line 397 of file rounded.hpp.
typedef int rounding_mode |
Definition at line 380 of file rounded.hpp.
typedef rounded_operations<rounded_global<MMX_ROUND_UP> > UV |
Definition at line 396 of file rounded.hpp.
static rounding_mode get_rounding | ( | ) | [inline, static] |
Definition at line 391 of file rounded.hpp.
{
return fegetround (); }
static void set_rounding | ( | rounding_mode | r | ) | [inline, static] |
Definition at line 393 of file rounded.hpp.
{ fesetround (r); }
const bool exact_type = false [static] |
Definition at line 395 of file rounded.hpp.