- ensured compatibility from Coq 8.7 to 8.11
- ensured compatibility from Coq 8.7 to 8.10
- moved to Flocq 3.0; minimal Coq version is now 8.7
- added support for
Ztrunc
,Zfloor
, etc - added support for constants written using
bpow radix2
- added option
i_integral_width
for absolute width of integrals - added option
i_native_compute
to usenative_compute
instead ofvm_compute
- added option
i_delay
to avoid immediate check (mostly useful forinterval_intro
) - improved accuracy for interval
cos
andsin
away from zero - ensured compatibility from Coq 8.5 to Coq 8.7
- added support for some improper integrals using
RInt_gen
- ensured compatibility with Coq 8.6
- improved tactic so that it can be used with backtracking tacticals (
try
,||
) - fixed ineffective computation of integrals with reversed or overlapping bounds
- added support for integrals using Coquelicot's
RInt
operator - improved support for Taylor models
- moved to MathComp 1.6
- improved tactic so that it handles goals with non floating-point bounds
- added a dependency on Coquelicot to remove an assumption about
ln
- moved to Flocq 2.5
- added support for Taylor models (
i_bisect_taylor
) - added support for
ln
- improved tactic so that it handles hypotheses with non floating-point bounds
- moved to Flocq 2.4
- added support for disequalities to the tactic
- added support for the
PI
symbol - enlarged the domain of the interval versions of
cos
andsin
- removed remaining axioms
- fixed install rule on case-insensitive filesystems
- removed the custom definition of
atan
and used the one from Coq 8.4
- switched build system to
remake
- moved to Coq 8.4
- fixed failures when combining
interval_intro
withi_bisect*
- added support for strict inequalities to the tactic
- added support for integer power to the tactic
- improved support for absolute value in the tactic
- improved tactic so that it directly handles
e1 <= e2
- sped up square root for
Z
-based floating-point numbers - improved readability of the error messages for the tactic
- modularized the tactic so that other specializations are available to user code
- moved to Flocq 2.0
- moved to Coq 8.3
- fixed an incompatibility with Flocq 1.2
- added a dependency on the Flocq library
- removed
i_nocheck
parameter as computations are no longer done atQed
time