\[x \cdot \frac{\frac{y}{z} \cdot t}{t}\]
Test:
Graphics.Rendering.Chart.Backend.Diagrams:calcFontMetrics from Chart-diagrams-1.5.1
Bits:
128 bits
Bits error versus x
Bits error versus y
Bits error versus z
Bits error versus t
Time: 3.7 s
Input Error: 14.1
Output Error: 6.6
Log:
Profile: 🕒
\(\frac{1}{\frac{z}{y \cdot x}}\)
  1. Started with
    \[x \cdot \frac{\frac{y}{z} \cdot t}{t}\]
    14.1
  2. Applied simplify to get
    \[\color{red}{x \cdot \frac{\frac{y}{z} \cdot t}{t}} \leadsto \color{blue}{x \cdot \frac{y}{z}}\]
    6.1
  3. Applied taylor to get
    \[x \cdot \frac{y}{z} \leadsto \frac{y \cdot x}{z}\]
    6.2
  4. Taylor expanded around 0 to get
    \[\color{red}{\frac{y \cdot x}{z}} \leadsto \color{blue}{\frac{y \cdot x}{z}}\]
    6.2
  5. Using strategy rm
    6.2
  6. Applied clear-num to get
    \[\color{red}{\frac{y \cdot x}{z}} \leadsto \color{blue}{\frac{1}{\frac{z}{y \cdot x}}}\]
    6.6

Original test:


(lambda ((x default) (y default) (z default) (t default))
  #:name "Graphics.Rendering.Chart.Backend.Diagrams:calcFontMetrics from Chart-diagrams-1.5.1"
  (* x (/ (* (/ y z) t) t)))