\[\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: 52.6 s
Input Error: 11.6
Output Error: 1.1
Log:
Profile: 🕒
\(\begin{cases} \left({\left(\frac{1}{{a}^{1.0}}\right)}^{1.0} \cdot \left(t \cdot \log a + \left(1 - b\right)\right)\right) \cdot \left({z}^{y} \cdot \frac{x}{y}\right) & \text{when } y \cdot \log z \le -0.582926f0 \\ \frac{\left(y \cdot \left(\log z \cdot x\right) + x\right) \cdot {a}^{\left(t - 1.0\right)}}{y \cdot e^{b}} & \text{otherwise} \end{cases}\)

    if (* y (log z)) < -0.582926f0

    1. Started with
      \[\frac{x \cdot e^{\left(y \cdot \log z + \left(t - 1.0\right) \cdot \log a\right) - b}}{y}\]
      7.4
    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}}}\]
      14.1
    3. Applied taylor to get
      \[\left(\frac{x}{y} \cdot {z}^{y}\right) \cdot \frac{{a}^{\left(t - 1.0\right)}}{e^{b}} \leadsto \left(\frac{x}{y} \cdot {z}^{y}\right) \cdot \left(\left({\left(\frac{1}{{a}^{1.0}}\right)}^{1.0} + \left(\log a \cdot t\right) \cdot {\left(\frac{1}{{a}^{1.0}}\right)}^{1.0}\right) - b \cdot {\left(\frac{1}{{a}^{1.0}}\right)}^{1.0}\right)\]
      0.2
    4. Taylor expanded around 0 to get
      \[\left(\frac{x}{y} \cdot {z}^{y}\right) \cdot \color{red}{\left(\left({\left(\frac{1}{{a}^{1.0}}\right)}^{1.0} + \left(\log a \cdot t\right) \cdot {\left(\frac{1}{{a}^{1.0}}\right)}^{1.0}\right) - b \cdot {\left(\frac{1}{{a}^{1.0}}\right)}^{1.0}\right)} \leadsto \left(\frac{x}{y} \cdot {z}^{y}\right) \cdot \color{blue}{\left(\left({\left(\frac{1}{{a}^{1.0}}\right)}^{1.0} + \left(\log a \cdot t\right) \cdot {\left(\frac{1}{{a}^{1.0}}\right)}^{1.0}\right) - b \cdot {\left(\frac{1}{{a}^{1.0}}\right)}^{1.0}\right)}\]
      0.2
    5. Applied simplify to get
      \[\color{red}{\left(\frac{x}{y} \cdot {z}^{y}\right) \cdot \left(\left({\left(\frac{1}{{a}^{1.0}}\right)}^{1.0} + \left(\log a \cdot t\right) \cdot {\left(\frac{1}{{a}^{1.0}}\right)}^{1.0}\right) - b \cdot {\left(\frac{1}{{a}^{1.0}}\right)}^{1.0}\right)} \leadsto \color{blue}{\left({\left(\frac{1}{{a}^{1.0}}\right)}^{1.0} \cdot \left(t \cdot \log a + \left(1 - b\right)\right)\right) \cdot \left({z}^{y} \cdot \frac{x}{y}\right)}\]
      0.2

    if -0.582926f0 < (* y (log z))

    1. Started with
      \[\frac{x \cdot e^{\left(y \cdot \log z + \left(t - 1.0\right) \cdot \log a\right) - b}}{y}\]
      13.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 associate-*l/ to get
      \[\color{red}{\left(\frac{x}{y} \cdot {z}^{y}\right)} \cdot \frac{{a}^{\left(t - 1.0\right)}}{e^{b}} \leadsto \color{blue}{\frac{x \cdot {z}^{y}}{y}} \cdot \frac{{a}^{\left(t - 1.0\right)}}{e^{b}}\]
      11.7
    5. Applied frac-times to get
      \[\color{red}{\frac{x \cdot {z}^{y}}{y} \cdot \frac{{a}^{\left(t - 1.0\right)}}{e^{b}}} \leadsto \color{blue}{\frac{\left(x \cdot {z}^{y}\right) \cdot {a}^{\left(t - 1.0\right)}}{y \cdot e^{b}}}\]
      11.7
    6. Applied taylor to get
      \[\frac{\left(x \cdot {z}^{y}\right) \cdot {a}^{\left(t - 1.0\right)}}{y \cdot e^{b}} \leadsto \frac{\left(y \cdot \left(\log z \cdot x\right) + x\right) \cdot {a}^{\left(t - 1.0\right)}}{y \cdot e^{b}}\]
      1.6
    7. Taylor expanded around 0 to get
      \[\frac{\color{red}{\left(y \cdot \left(\log z \cdot x\right) + x\right)} \cdot {a}^{\left(t - 1.0\right)}}{y \cdot e^{b}} \leadsto \frac{\color{blue}{\left(y \cdot \left(\log z \cdot x\right) + x\right)} \cdot {a}^{\left(t - 1.0\right)}}{y \cdot e^{b}}\]
      1.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))