(FPCore (x) :precision binary64 (/.f64 (+.f64 x 1) (-.f64 1 x)))
(FPCore (x) :precision binary64 (/.f64 (+.f64 x 1) (-.f64 1 x)))
\mathsf{/.f64}\left(\mathsf{+.f64}\left(x, 1\right), \mathsf{\_.f64}\left(1, x\right)\right)
\mathsf{/.f64}\left(\mathsf{+.f64}\left(x, 1\right), \mathsf{\_.f64}\left(1, x\right)\right)
Initial program 100.0%
Final simplification100.0%
herbie shell --seed 2023144
(FPCore (x)
:name "Prelude:atanh from fay-base-0.20.0.1"
:precision binary64
(/ (+ x 1.0) (- 1.0 x)))