\[-\log \left(\frac{1}{x} - 1\right)\]
Test:
neg log
Bits:
128 bits
Bits error versus x
Time: 8.5 s
Input Error: 0.1
Output Error: 0.1
Log:
Profile: 🕒
\(-\log \left({\left(\sqrt[3]{\frac{1}{x} - 1}\right)}^3\right)\)
  1. Started with
    \[-\log \left(\frac{1}{x} - 1\right)\]
    0.1
  2. Using strategy rm
    0.1
  3. Applied add-cube-cbrt to get
    \[-\log \color{red}{\left(\frac{1}{x} - 1\right)} \leadsto -\log \color{blue}{\left({\left(\sqrt[3]{\frac{1}{x} - 1}\right)}^3\right)}\]
    0.1

  4. Removed slow pow expressions

Original test:


(lambda ((x default))
  #:name "neg log"
  (- (log (- (/ 1 x) 1))))