FPTaylor icon indicating copy to clipboard operation
FPTaylor copied to clipboard

Tool for Rigorous Estimation of Round-Off Floating-Point Errors

Results 15 FPTaylor issues
Sort by recently updated
recently updated
newest added

Add fixed precision rounding modes and fixed-precision variables.

enhancement

Add custom floating-point rounding modes. At least add arbitrary precision floating-point rounding modes which behave as IEEE 754 modes.

enhancement

Correctly handle subnormal constants in `binary_float.ml` and `taylor_form.ml`.

bug
enhancement

The improved rounding model can be rewritten as ``` rnd_b(x) = p_2(x, b) * eps(b) ``` where `p_2(x, b) = p_2(x)` if `|x| = 0` or `|x|` is in the...

enhancement

Hi Alexey, This is not an issue. I would like to ask you a technical question. Does FPTaylor support operations to round floating-point variables to integer? In other words, the...

question