


Bits error versus x



Bits error versus r



Bits error versus lat



Bits error versus lon
Initial program 0.0
Time bar (total: 14.7s) Debug log
Please include this information when filing a bug report:
herbie shell --seed '#(3052192724 3812927732 3686175817 630908657 2373248591 511094450)'
(FPCore (x r lat lon)
:name "sphere"
:pre (and (<= -10 x 10) (<= 0 r 10) (<= -1.570796 lat 1.570796) (<= -3.14159265 lon 3.14159265))
(+ x (* (* r (sin lat)) (cos lon))))