\[\frac{x \cdot e^{\left(y \cdot \log z + \left(t - 1.0\right) \cdot \log a\right) - b}}{y}\]
Test:
Numeric.SpecFunctions:incompleteBetaWorker from math-functions-0.1.5.2
Bits:
128 bits
Bits error versus x
Bits error versus y
Bits error versus z
Bits error versus t
Bits error versus a
Bits error versus b
Time: 41.9 s
Input Error: 29.3
Output Error: 3.0
Log:
Profile: 🕒
\(\frac{\frac{x}{e^{b}}}{\frac{\frac{y}{{z}^{y}}}{{\left(\sqrt{{a}^{\left(t - 1.0\right)}}\right)}^2}}\)
  1. Started with
    \[\frac{x \cdot e^{\left(y \cdot \log z + \left(t - 1.0\right) \cdot \log a\right) - b}}{y}\]
    29.3
  2. Applied simplify to get
    \[\color{red}{\frac{x \cdot e^{\left(y \cdot \log z + \left(t - 1.0\right) \cdot \log a\right) - b}}{y}} \leadsto \color{blue}{\frac{\frac{x}{e^{b}}}{\frac{\frac{y}{{z}^{y}}}{{a}^{\left(t - 1.0\right)}}}}\]
    3.0
  3. Using strategy rm
    3.0
  4. Applied add-sqr-sqrt to get
    \[\frac{\frac{x}{e^{b}}}{\frac{\frac{y}{{z}^{y}}}{\color{red}{{a}^{\left(t - 1.0\right)}}}} \leadsto \frac{\frac{x}{e^{b}}}{\frac{\frac{y}{{z}^{y}}}{\color{blue}{{\left(\sqrt{{a}^{\left(t - 1.0\right)}}\right)}^2}}}\]
    3.0

Original test:


(lambda ((x default) (y default) (z default) (t default) (a default) (b default))
  #:name "Numeric.SpecFunctions:incompleteBetaWorker from math-functions-0.1.5.2"
  (/ (* x (exp (- (+ (* y (log z)) (* (- t 1.0) (log a))) b))) y))