


Bits error versus F



Bits error versus B



Bits error versus x
if (- (* (/ F B) (sqrt 1/2)) (fma (/ F (sqrt 1/2)) (* 1/4 (/ x B)) (/ x B))) Initial program 39.4
Applied simplify39.3
rmApplied tan-quot39.3
Applied associate-/r/39.3
if (- (* (/ F B) (sqrt 1/2)) (fma (/ F (sqrt 1/2)) (* 1/4 (/ x B)) (/ x B))) Initial program 11.6
Applied simplify11.6
rmApplied div-inv11.6
Time bar (total: 55.7s)Debug logProfile
herbie shell --seed '#(1064173506 2580572819 2847706409 4129882574 1125180799 1845288547)' +o rules:numerics
(FPCore (F B x)
:name "VandenBroeck and Keller, Equation (23)"
(+ (- (* x (/ 1 (tan B)))) (* (/ F (sin B)) (pow (+ (+ (* F F) 2) (* 2 x)) (- (/ 1 2))))))