Average Error: 0.0 → 0.0
Time: 22.9s
Precision: 64
Internal precision: 384
\[0.954929658551372 \cdot x - 0.12900613773279798 \cdot \left(\left(x \cdot x\right) \cdot x\right)\]
\[x \cdot 0.954929658551372 - 0.12900613773279798 \cdot {x}^3\]

Error

Bits error versus x

Derivation

  1. Initial program 0.0

    \[0.954929658551372 \cdot x - 0.12900613773279798 \cdot \left(\left(x \cdot x\right) \cdot x\right)\]
  2. Applied simplify 0.0

    \[\leadsto \color{blue}{x \cdot 0.954929658551372 - 0.12900613773279798 \cdot {x}^3}\]
  3. Removed slow pow expressions

Runtime

Time bar (total: 22.9s) Debug log

Please include this information when filing a bug report:

herbie shell --seed '#(3052192724 3812927732 3686175817 630908657 2373248591 511094450)'
(FPCore (x)
  :name "sineOrder3"
  :pre (< -2 x 2)
  (- (* 0.954929658551372 x) (* 0.12900613773279798 (* (* x x) x))))