#include <operators.hpp>
Definition at line 1646 of file operators.hpp.
| static generic name | ( | ) | [inline, static] |
Definition at line 1648 of file operators.hpp.
References mmx::GEN_EXPONENT.
01648 { return GEN_EXPONENT; }
Definition at line 1650 of file operators.hpp.
References mmx::exponent().
01650 { return exponent (x); }
| static void set_op | ( | R & | x, | |
| const C & | y | |||
| ) | [inline, static] |
Definition at line 1652 of file operators.hpp.
References mmx::exponent().
01652 { x= exponent (y); }
1.6.1