Hi Luc, >> >> + /** The value of {@code b == 0} (exact floating-point equality). */ >> + private boolean bIsNull; >> + >> + static { >> + MACH_PREC = Math.ulp(1.); >> + CBRT_MACH_PREC = Math.cbrt(MACH_PREC); > > Why not using FastMath ? > > Luc > Because I'm silly ;-) Thanks for pointing that out, will correct that. Meanwhile, should you find some time to review the refactoring itself (still ongoing), any comment would be most welcome.
Sébastien --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org