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

Reply via email to