The operator <= evaluates to true iff its operands expr1 and
expr2 evaluate to two floating-point numbers a1
respectively a2 with the global precision prec and
a1 is less than or equal to a2. The user should
be aware of the fact that because of floating-point evaluation, the
operator <= is not exactly the same as the mathematical
operation "less-than-or-equal-to".