Average Error: 39.3 → 0.1
Time: 7.7s
Precision: 64
Internal Precision: 1344
\[\sqrt{\frac{e^{2 \cdot x} - 1}{e^{x} - 1}}\]
\[\frac{\sqrt{1 + {\left(e^{x}\right)}^{3}}}{\sqrt{e^{x} \cdot e^{x} + \left(1 - e^{x}\right)}}\]

Error

Bits error versus x

Try it out

Your Program's Arguments

Results

Enter valid numbers for all inputs

Derivation

  1. Initial program 39.3

    \[\sqrt{\frac{e^{2 \cdot x} - 1}{e^{x} - 1}}\]
  2. Initial simplification0.0

    \[\leadsto \sqrt{e^{x} + 1}\]
  3. Using strategy rm
  4. Applied flip3-+0.1

    \[\leadsto \sqrt{\color{blue}{\frac{{\left(e^{x}\right)}^{3} + {1}^{3}}{e^{x} \cdot e^{x} + \left(1 \cdot 1 - e^{x} \cdot 1\right)}}}\]
  5. Applied sqrt-div0.1

    \[\leadsto \color{blue}{\frac{\sqrt{{\left(e^{x}\right)}^{3} + {1}^{3}}}{\sqrt{e^{x} \cdot e^{x} + \left(1 \cdot 1 - e^{x} \cdot 1\right)}}}\]
  6. Simplified0.1

    \[\leadsto \frac{\color{blue}{\sqrt{1 + {\left(e^{x}\right)}^{3}}}}{\sqrt{e^{x} \cdot e^{x} + \left(1 \cdot 1 - e^{x} \cdot 1\right)}}\]
  7. Final simplification0.1

    \[\leadsto \frac{\sqrt{1 + {\left(e^{x}\right)}^{3}}}{\sqrt{e^{x} \cdot e^{x} + \left(1 - e^{x}\right)}}\]

Runtime

Time bar (total: 7.7s)Debug logProfile

BaselineHerbieOracleSpan%
Regimes0.10.10.00.10%
herbie shell --seed 2018296 
(FPCore (x)
  :name "sqrtexp (problem 3.4.4)"
  (sqrt (/ (- (exp (* 2 x)) 1) (- (exp x) 1))))