Average Error: 0.2 → 0.2
Time: 2.2m
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\]
\[\log \left(y + x\right) - \left(t - (\left(a - 0.5\right) \cdot \left(\log t\right) + \left(\log z\right))_*\right)\]

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.2

    \[\left(\left(\log \left(x + y\right) + \log z\right) - t\right) + \left(a - 0.5\right) \cdot \log t\]
  2. Applied simplify0.2

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

Runtime

Time bar (total: 2.2m)Debug logProfile

herbie shell --seed '#(1071215679 2002590028 935158157 1944352234 2656991306 2955288481)' +o rules:numerics
(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))))