numerix_doc 0.4
/Users/mourrain/Devel/mmx/numerix/include/numerix/rational.hpp File Reference

Go to the source code of this file.

Classes

Namespaces

Defines

Functions


Define Documentation

#define integer_pow (   i,
 
)    (j>=0?as<generic>(pow(i,j)):as<generic>(1/rational(pow(i,-j))))

Definition at line 263 of file rational.hpp.

#define rational_new (   n,
 
)    rational(n)/d

Definition at line 262 of file rational.hpp.

Referenced by mmx::GLUE_2(), and mmx::GLUE_5().

 All Classes Namespaces Files Functions Variables Typedefs Friends Defines