\[\frac{\frac{\left(i \cdot i\right) \cdot \left(i \cdot i\right)}{\left(2 \cdot i\right) \cdot \left(2 \cdot i\right)}}{\left(2 \cdot i\right) \cdot \left(2 \cdot i\right) - 1.0}\]
Test:
Octave 3.8, jcobi/4, as called
Bits:
128 bits
Bits error versus i
Time: 10.9 s
Input Error: 45.9
Output Error: 25.9
Log:
Profile: 🕒
\(\sqrt[3]{{\left(\frac{{\left(\frac{i}{2}\right)}^2}{\left(i \cdot 2\right) \cdot \left(i \cdot 2\right) - 1.0}\right)}^3}\)
  1. Started with
    \[\frac{\frac{\left(i \cdot i\right) \cdot \left(i \cdot i\right)}{\left(2 \cdot i\right) \cdot \left(2 \cdot i\right)}}{\left(2 \cdot i\right) \cdot \left(2 \cdot i\right) - 1.0}\]
    45.9
  2. Applied simplify to get
    \[\color{red}{\frac{\frac{\left(i \cdot i\right) \cdot \left(i \cdot i\right)}{\left(2 \cdot i\right) \cdot \left(2 \cdot i\right)}}{\left(2 \cdot i\right) \cdot \left(2 \cdot i\right) - 1.0}} \leadsto \color{blue}{\frac{{\left(\frac{i}{2}\right)}^2}{\left(i \cdot 2\right) \cdot \left(i \cdot 2\right) - 1.0}}\]
    15.7
  3. Using strategy rm
    15.7
  4. Applied add-cbrt-cube to get
    \[\color{red}{\frac{{\left(\frac{i}{2}\right)}^2}{\left(i \cdot 2\right) \cdot \left(i \cdot 2\right) - 1.0}} \leadsto \color{blue}{\sqrt[3]{{\left(\frac{{\left(\frac{i}{2}\right)}^2}{\left(i \cdot 2\right) \cdot \left(i \cdot 2\right) - 1.0}\right)}^3}}\]
    25.9

Original test:


(lambda ((i default))
  #:name "Octave 3.8, jcobi/4, as called"
  (/ (/ (* (* i i) (* i i)) (* (* 2 i) (* 2 i))) (- (* (* 2 i) (* 2 i)) 1.0)))