why3execute: fix interval multiplication
In particular, this multiplication should avoid min/max on possibly Nan floating point numbers: it avoids multiplication of 0 by inf.
Showing
Please register or sign in to comment
In particular, this multiplication should avoid min/max on possibly Nan floating point numbers: it avoids multiplication of 0 by inf.