Average Error: 2.0 → 2.0
Time: 2.0m
Precision: 64
Internal Precision: 576
\[\frac{x \cdot e^{\left(y \cdot \log z + \left(t - 1.0\right) \cdot \log a\right) - b}}{y}\]
\[\frac{x \cdot e^{\left(y \cdot \log z + \left(\sqrt[3]{t - 1.0} \cdot \sqrt[3]{t - 1.0}\right) \cdot \left(\sqrt[3]{t - 1.0} \cdot \log a\right)\right) - b}}{y}\]

Error

Bits error versus x

Bits error versus y

Bits error versus z

Bits error versus t

Bits error versus a

Bits error versus b

Try it out

Your Program's Arguments

Results

Enter valid numbers for all inputs

Derivation

  1. Initial program 2.0

    \[\frac{x \cdot e^{\left(y \cdot \log z + \left(t - 1.0\right) \cdot \log a\right) - b}}{y}\]
  2. Using strategy rm
  3. Applied add-cube-cbrt2.0

    \[\leadsto \frac{x \cdot e^{\left(y \cdot \log z + \color{blue}{\left(\left(\sqrt[3]{t - 1.0} \cdot \sqrt[3]{t - 1.0}\right) \cdot \sqrt[3]{t - 1.0}\right)} \cdot \log a\right) - b}}{y}\]
  4. Applied associate-*l*2.0

    \[\leadsto \frac{x \cdot e^{\left(y \cdot \log z + \color{blue}{\left(\sqrt[3]{t - 1.0} \cdot \sqrt[3]{t - 1.0}\right) \cdot \left(\sqrt[3]{t - 1.0} \cdot \log a\right)}\right) - b}}{y}\]

Runtime

Time bar (total: 2.0m)Debug logProfile

herbie shell --seed 2018214 +o rules:numerics
(FPCore (x y z t a b)
  :name "Numeric.SpecFunctions:incompleteBetaWorker from math-functions-0.1.5.2"
  (/ (* x (exp (- (+ (* y (log z)) (* (- t 1.0) (log a))) b))) y))