Average Error: 0.0 → 0.0
Time: 7.8s
Precision: 64
Internal Precision: 576
\[-\log \left(\frac{1}{x} - 1\right)\]
\[-\log \left(\frac{1}{x} - 1\right)\]

Error

Bits error versus x

Try it out

Your Program's Arguments

Results

Enter valid numbers for all inputs

Derivation

  1. Initial program 0.0

    \[-\log \left(\frac{1}{x} - 1\right)\]
  2. Initial simplification0.0

    \[\leadsto -\log \left(\frac{1}{x} - 1\right)\]
  3. Final simplification0.0

    \[\leadsto -\log \left(\frac{1}{x} - 1\right)\]

Runtime

Time bar (total: 7.8s)Debug logProfile

herbie shell --seed 2018242 +o rules:numerics
(FPCore (x)
  :name "neg log"
  (- (log (- (/ 1 x) 1))))