Average Error: 0.2 → 0.3
Time: 1.4m
Precision: 64
Internal Precision: 384
\[\left(\left(\log \left(x + y\right) + \log z\right) - t\right) + \left(a - 0.5\right) \cdot \log t\]
\[(\left(\log t\right) \cdot \left(a - 0.5\right) + \left(\log \left(y + x\right)\right))_* - \left(t - \log z\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.3

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

Runtime

Time bar (total: 1.4m)Debug logProfile

herbie shell --seed '#(1064173506 2580572819 2847706409 4129882574 1125180799 1845288547)' +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))))