On Sat, 04 Apr 2009 15:19:46 +0400, Philip Miess <philip.mi...@yahoo.com> wrote:

of course my example makes no sense
try

pure float square(float x, invariant roundingMode round = default)
{
     return x*x;
}
in case that helps

Phil

I don't see roundingMode used anywhere in your example.

Reply via email to