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: [email protected]
For additional commands, e-mail: [email protected]