numerix_doc 0.4
|
#include <rounded.hpp>
Definition at line 361 of file rounded.hpp.
Definition at line 362 of file rounded.hpp.
References mmx::C.
{ C tmp= -x1; tmp -= x2; return -tmp; }
Definition at line 368 of file rounded.hpp.
References mmx::C.
{ C tmp= -x1; tmp /= x2; return -tmp; }
Definition at line 366 of file rounded.hpp.
References mmx::C.
{ C tmp= -x1; tmp *= x2; return -tmp; }
Definition at line 370 of file rounded.hpp.
References mmx::C.
{ C tmp= -x1; tmp *= x1; return -tmp; }
Definition at line 364 of file rounded.hpp.
References mmx::C.
{ C tmp= x2; tmp -= x1; return -tmp; }