#include <operators.hpp>
Definition at line 1751 of file operators.hpp.
| static Abs_type | ( | C | ) | const  [inline, static] | 
Definition at line 1756 of file operators.hpp.
References mmx::multiplicative_error().
01757 { return multiplicative_error (x); }
| static generic name | ( | ) |  [inline, static] | 
Definition at line 1755 of file operators.hpp.
References mmx::GEN_MULTIPLICATIVE_ERROR.
01755 { return GEN_MULTIPLICATIVE_ERROR; }
| static void set_op | ( | R & | x, | |
| const C & | y | |||
| ) |  [inline, static] | 
Definition at line 1759 of file operators.hpp.
References mmx::multiplicative_error().
01759 { x= as<R> (multiplicative_error (y)); }
 1.6.1
 1.6.1