


Bits error versus x
if x < 1.90330772110840095e-6Initial program 58.9
Taylor expanded around 0 1.1
Simplified1.1
if 1.90330772110840095e-6 < x Initial program 30.1
rmApplied tanh-undef0.1
rmApplied add-cube-cbrt0.7
Final simplification1.1
herbie shell --seed 2020180
(FPCore (x)
:name "Hyperbolic tangent"
:precision binary64
(/ (- (exp x) (exp (neg x))) (+ (exp x) (exp (neg x)))))