FP32 interval enclosures #
This module packages per-op absolute error bounds into the convenient enclosure form:
exact ∈ Icc (approx - eps) (approx + eps).
Interval enclosures (soundness-friendly form) #
Enclosure for exp in the FP32 proof model.
The exact real value Real.exp a.val lies in the interval
[exp(a) - ulp/2, exp(a) + ulp/2], where exp(a) is the FP32-rounded value.