\[\frac{-\left(f + n\right)}{f - n}\]
Test:
subtraction fraction
Bits:
128 bits
Bits error versus f
Bits error versus n
Time: 6.4 s
Input Error: 0.0
Output Error: 0.0
Log:
Profile: 🕒
\(\sqrt[3]{{\left(\frac{-\left(f + n\right)}{f - n}\right)}^3}\)
  1. Started with
    \[\frac{-\left(f + n\right)}{f - n}\]
    0.0
  2. Using strategy rm
    0.0
  3. Applied add-cbrt-cube to get
    \[\color{red}{\frac{-\left(f + n\right)}{f - n}} \leadsto \color{blue}{\sqrt[3]{{\left(\frac{-\left(f + n\right)}{f - n}\right)}^3}}\]
    0.0

  4. Removed slow pow expressions

Original test:


(lambda ((f default) (n default))
  #:name "subtraction fraction"
  (/ (- (+ f n)) (- f n)))