\[x + \frac{y - z}{\left(t + 1.0\right) - z} \cdot \left(a - x\right)\]
Test:
Hakyll.Web.Tags:renderTagCloud from hakyll-4.7.2.3
Bits:
128 bits
Bits error versus x
Bits error versus y
Bits error versus z
Bits error versus t
Bits error versus a
Time: 6.2 s
Input Error: 9.2
Output Error: 9.3
Log:
Profile: 🕒
\((\left(a - x\right) * \left(\frac{1}{\frac{\left(1.0 + t\right) - z}{y - z}}\right) + x)_*\)
  1. Started with
    \[x + \frac{y - z}{\left(t + 1.0\right) - z} \cdot \left(a - x\right)\]
    9.2
  2. Applied simplify to get
    \[\color{red}{x + \frac{y - z}{\left(t + 1.0\right) - z} \cdot \left(a - x\right)} \leadsto \color{blue}{(\left(a - x\right) * \left(\frac{y - z}{\left(1.0 + t\right) - z}\right) + x)_*}\]
    9.2
  3. Using strategy rm
    9.2
  4. Applied clear-num to get
    \[(\left(a - x\right) * \color{red}{\left(\frac{y - z}{\left(1.0 + t\right) - z}\right)} + x)_* \leadsto (\left(a - x\right) * \color{blue}{\left(\frac{1}{\frac{\left(1.0 + t\right) - z}{y - z}}\right)} + x)_*\]
    9.3

Original test:


(lambda ((x default) (y default) (z default) (t default) (a default))
  #:name "Hakyll.Web.Tags:renderTagCloud from hakyll-4.7.2.3"
  (+ x (* (/ (- y z) (- (+ t 1.0) z)) (- a x))))