\[0.954929658551372 \cdot x - 0.12900613773279798 \cdot \left(\left(x \cdot x\right) \cdot x\right)\]
Test:
Rosa's Benchmark
Bits:
128 bits
Bits error versus x
Time: 3.4 s
Input Error: 0.1
Output Error: 0.1
Log:
Profile: 🕒
\(x \cdot 0.954929658551372 - 0.12900613773279798 \cdot {x}^{3}\)
  1. Started with
    \[0.954929658551372 \cdot x - 0.12900613773279798 \cdot \left(\left(x \cdot x\right) \cdot x\right)\]
    0.1
  2. Applied simplify to get
    \[\color{red}{0.954929658551372 \cdot x - 0.12900613773279798 \cdot \left(\left(x \cdot x\right) \cdot x\right)} \leadsto \color{blue}{x \cdot 0.954929658551372 - 0.12900613773279798 \cdot {x}^3}\]
    0.1
  3. Using strategy rm
    0.1
  4. Applied pow3 to get
    \[x \cdot 0.954929658551372 - 0.12900613773279798 \cdot \color{red}{{x}^3} \leadsto x \cdot 0.954929658551372 - 0.12900613773279798 \cdot \color{blue}{{x}^{3}}\]
    0.1

Original test:


(lambda ((x default))
  #:name "Rosa's Benchmark"
  (- (* 0.954929658551372 x) (* 0.12900613773279798 (* (* x x) x))))