


Bits error versus x
if x < 3.04088380892254773e-6Initial program 58.9
Taylor expanded around 0 1.0
Simplified1.0
if 3.04088380892254773e-6 < x Initial program 31.6
rmApplied tanh-undef0.1
rmApplied add-cbrt-cube0.3
Simplified0.3
Final simplification0.9
herbie shell --seed 2020179
(FPCore (x)
:name "Hyperbolic tangent"
:precision binary64
(/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))))