This library defines approximations of standard functions which can't be computed exactly. The main contributions are
sqrt_fast_approx(x,eps)
sin_fast_approx(x,eps)
cos_fast_approx(x,eps)
tan_fast_approx(x,eps)
pi_fast_approx(eps)
andpi_fast_approx_br(eps)
pihalf_fast_approx(eps)
andpihalf_fast_approx_br(eps)
atan_fast_approx(x,eps, p2)
(p2
should be an approximation ofpi/2
) The filefast_approx_props.pvs
holds lemmas verifying that the approximations are accurate to withineps
, for specified ranges for the inputsx
andeps
.
Theorem | Location | PVS Name | Contributors |
---|
- César Muñoz, NASA, USA
- Aaron Dutle, NASA, USA
- Mariano Moscato, NIA & NASA, USA
- Sam Owre, SRI, USA
- César Muñoz, NASA, USA