Average Error: 0.3 → 0.3
Time: 1.8m
Precision: 64
Internal Precision: 576
\[\left(\left(\log \left(x + y\right) + \log z\right) - t\right) + \left(a - 0.5\right) \cdot \log t\]
\[\left(\sqrt[3]{{\left(\log z + \log \left(y + x\right)\right)}^{3}} - t\right) + \left(a - 0.5\right) \cdot \log t\]

Error

Bits error versus x

Bits error versus y

Bits error versus z

Bits error versus t

Bits error versus a

Derivation

  1. Initial program 0.3

    \[\left(\left(\log \left(x + y\right) + \log z\right) - t\right) + \left(a - 0.5\right) \cdot \log t\]
  2. Using strategy rm
  3. Applied add-cbrt-cube0.3

    \[\leadsto \left(\color{blue}{\sqrt[3]{\left(\left(\log \left(x + y\right) + \log z\right) \cdot \left(\log \left(x + y\right) + \log z\right)\right) \cdot \left(\log \left(x + y\right) + \log z\right)}} - t\right) + \left(a - 0.5\right) \cdot \log t\]
  4. Applied simplify0.3

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

Runtime

Time bar (total: 1.8m)Debug logProfile

herbie shell --seed '#(1071821486 549052472 3784827256 1559736200 3548510075 881134285)' 
(FPCore (x y z t a)
  :name "Numeric.SpecFunctions:logGammaL from math-functions-0.1.5.2"
  (+ (- (+ (log (+ x y)) (log z)) t) (* (- a 0.5) (log t))))