


Bits error versus J



Bits error versus K



Bits error versus U
Results
if (* (* J -2) (* (cos (/ K 2)) (hypot 1 (/ (/ (/ U 2) J) (cos (/ K 2)))))) < -5.2693998927071626e+306 or 3.668814568454269e+307 < (* (* J -2) (* (cos (/ K 2)) (hypot 1 (/ (/ (/ U 2) J) (cos (/ K 2)))))) Initial program 58.5
Applied simplify58.3
rmApplied associate-*l*58.3
Taylor expanded around inf 61.6
Applied simplify32.3
if -5.2693998927071626e+306 < (* (* J -2) (* (cos (/ K 2)) (hypot 1 (/ (/ (/ U 2) J) (cos (/ K 2)))))) < 3.668814568454269e+307Initial program 11.0
Applied simplify0.2
rmApplied associate-*l*0.1
Time bar (total: 1.1m)Debug logProfile
herbie shell --seed 2018199 +o rules:numerics
(FPCore (J K U)
:name "Maksimov and Kolovsky, Equation (3)"
(* (* (* -2 J) (cos (/ K 2))) (sqrt (+ 1 (pow (/ U (* (* 2 J) (cos (/ K 2)))) 2)))))