\[\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: 59.5 s
Input Error: 6.8
Output Error: 9.0
Log:
Profile: 🕒
\(\begin{cases} e^{\left(\log \left(\frac{x}{y}\right) + \log z \cdot y\right) + \left(\log a \cdot \left(t - 1.0\right) - b\right)} & \text{when } y \le -0.011953390449259834 \\ \left(\frac{x}{y} \cdot {z}^{y}\right) \cdot e^{\log a \cdot \left(t - 1.0\right) - b} & \text{when } y \le 2.0579360399061104 \cdot 10^{+130} \\ e^{\left(\log \left(\frac{x}{y}\right) + \log z \cdot y\right) + \left(\log a \cdot \left(t - 1.0\right) - b\right)} & \text{otherwise} \end{cases}\)

    if y < -0.011953390449259834 or 2.0579360399061104e+130 < y

    1. Started with
      \[\frac{x \cdot e^{\left(y \cdot \log z + \left(t - 1.0\right) \cdot \log a\right) - b}}{y}\]
      0.0
    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}{\left(\frac{x}{y} \cdot {z}^{y}\right) \cdot \frac{{a}^{\left(t - 1.0\right)}}{e^{b}}}\]
      27.6
    3. Using strategy rm
      27.6
    4. Applied pow-to-exp to get
      \[\left(\frac{x}{y} \cdot {z}^{y}\right) \cdot \frac{\color{red}{{a}^{\left(t - 1.0\right)}}}{e^{b}} \leadsto \left(\frac{x}{y} \cdot {z}^{y}\right) \cdot \frac{\color{blue}{e^{\log a \cdot \left(t - 1.0\right)}}}{e^{b}}\]
      27.6
    5. Applied div-exp to get
      \[\left(\frac{x}{y} \cdot {z}^{y}\right) \cdot \color{red}{\frac{e^{\log a \cdot \left(t - 1.0\right)}}{e^{b}}} \leadsto \left(\frac{x}{y} \cdot {z}^{y}\right) \cdot \color{blue}{e^{\log a \cdot \left(t - 1.0\right) - b}}\]
      23.3
    6. Applied pow-to-exp to get
      \[\left(\frac{x}{y} \cdot \color{red}{{z}^{y}}\right) \cdot e^{\log a \cdot \left(t - 1.0\right) - b} \leadsto \left(\frac{x}{y} \cdot \color{blue}{e^{\log z \cdot y}}\right) \cdot e^{\log a \cdot \left(t - 1.0\right) - b}\]
      23.3
    7. Applied add-exp-log to get
      \[\left(\color{red}{\frac{x}{y}} \cdot e^{\log z \cdot y}\right) \cdot e^{\log a \cdot \left(t - 1.0\right) - b} \leadsto \left(\color{blue}{e^{\log \left(\frac{x}{y}\right)}} \cdot e^{\log z \cdot y}\right) \cdot e^{\log a \cdot \left(t - 1.0\right) - b}\]
      23.3
    8. Applied prod-exp to get
      \[\color{red}{\left(e^{\log \left(\frac{x}{y}\right)} \cdot e^{\log z \cdot y}\right)} \cdot e^{\log a \cdot \left(t - 1.0\right) - b} \leadsto \color{blue}{e^{\log \left(\frac{x}{y}\right) + \log z \cdot y}} \cdot e^{\log a \cdot \left(t - 1.0\right) - b}\]
      21.5
    9. Applied prod-exp to get
      \[\color{red}{e^{\log \left(\frac{x}{y}\right) + \log z \cdot y} \cdot e^{\log a \cdot \left(t - 1.0\right) - b}} \leadsto \color{blue}{e^{\left(\log \left(\frac{x}{y}\right) + \log z \cdot y\right) + \left(\log a \cdot \left(t - 1.0\right) - b\right)}}\]
      0.0

    if -0.011953390449259834 < y < 2.0579360399061104e+130

    1. Started with
      \[\frac{x \cdot e^{\left(y \cdot \log z + \left(t - 1.0\right) \cdot \log a\right) - b}}{y}\]
      8.8
    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}{\left(\frac{x}{y} \cdot {z}^{y}\right) \cdot \frac{{a}^{\left(t - 1.0\right)}}{e^{b}}}\]
      15.8
    3. Using strategy rm
      15.8
    4. Applied pow-to-exp to get
      \[\left(\frac{x}{y} \cdot {z}^{y}\right) \cdot \frac{\color{red}{{a}^{\left(t - 1.0\right)}}}{e^{b}} \leadsto \left(\frac{x}{y} \cdot {z}^{y}\right) \cdot \frac{\color{blue}{e^{\log a \cdot \left(t - 1.0\right)}}}{e^{b}}\]
      16.8
    5. Applied div-exp to get
      \[\left(\frac{x}{y} \cdot {z}^{y}\right) \cdot \color{red}{\frac{e^{\log a \cdot \left(t - 1.0\right)}}{e^{b}}} \leadsto \left(\frac{x}{y} \cdot {z}^{y}\right) \cdot \color{blue}{e^{\log a \cdot \left(t - 1.0\right) - b}}\]
      11.6

  1. Removed slow pow expressions

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))