\[\frac{x}{x + y \cdot e^{2.0 \cdot \left(\frac{z \cdot \sqrt{t + a}}{t} - \left(b - c\right) \cdot \left(\left(a + \frac{5.0}{6.0}\right) - \frac{2.0}{t \cdot 3.0}\right)\right)}}\]
Test:
Numeric.SpecFunctions:invIncompleteBetaWorker 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
Bits error versus c
Time: 24.8 s
Input Error: 14.6
Output Error: 2.5
Log:
Profile: 🕒
\(\frac{x}{x + {\left(e^{2.0}\right)}^{\left(\frac{z}{t} \cdot \sqrt{a + t} - \left(b \cdot 0.8333333333333334 - \frac{0.6666666666666666}{t} \cdot \left(b - c\right)\right)\right)} \cdot y}\)
  1. Started with
    \[\frac{x}{x + y \cdot e^{2.0 \cdot \left(\frac{z \cdot \sqrt{t + a}}{t} - \left(b - c\right) \cdot \left(\left(a + \frac{5.0}{6.0}\right) - \frac{2.0}{t \cdot 3.0}\right)\right)}}\]
    14.6
  2. Applied taylor to get
    \[\frac{x}{x + y \cdot e^{2.0 \cdot \left(\frac{z \cdot \sqrt{t + a}}{t} - \left(b - c\right) \cdot \left(\left(a + \frac{5.0}{6.0}\right) - \frac{2.0}{t \cdot 3.0}\right)\right)}} \leadsto \frac{x}{x + y \cdot e^{2.0 \cdot \left(\frac{z \cdot \sqrt{t + a}}{t} - \left(\left(0.8333333333333334 \cdot b + 0.6666666666666666 \cdot \frac{c}{t}\right) - 0.6666666666666666 \cdot \frac{b}{t}\right)\right)}}\]
    3.9
  3. Taylor expanded around 0 to get
    \[\frac{x}{x + y \cdot e^{2.0 \cdot \left(\frac{z \cdot \sqrt{t + a}}{t} - \color{red}{\left(\left(0.8333333333333334 \cdot b + 0.6666666666666666 \cdot \frac{c}{t}\right) - 0.6666666666666666 \cdot \frac{b}{t}\right)}\right)}} \leadsto \frac{x}{x + y \cdot e^{2.0 \cdot \left(\frac{z \cdot \sqrt{t + a}}{t} - \color{blue}{\left(\left(0.8333333333333334 \cdot b + 0.6666666666666666 \cdot \frac{c}{t}\right) - 0.6666666666666666 \cdot \frac{b}{t}\right)}\right)}}\]
    3.9
  4. Applied simplify to get
    \[\color{red}{\frac{x}{x + y \cdot e^{2.0 \cdot \left(\frac{z \cdot \sqrt{t + a}}{t} - \left(\left(0.8333333333333334 \cdot b + 0.6666666666666666 \cdot \frac{c}{t}\right) - 0.6666666666666666 \cdot \frac{b}{t}\right)\right)}}} \leadsto \color{blue}{\frac{x}{x + {\left(e^{2.0}\right)}^{\left(\frac{z}{t} \cdot \sqrt{a + t} - \left(b \cdot 0.8333333333333334 - \frac{0.6666666666666666}{t} \cdot \left(b - c\right)\right)\right)} \cdot y}}\]
    2.5

Original test:


(lambda ((x default) (y default) (z default) (t default) (a default) (b default) (c default))
  #:name "Numeric.SpecFunctions:invIncompleteBetaWorker from math-functions-0.1.5.2"
  (/ x (+ x (* y (exp (* 2.0 (- (/ (* z (sqrt (+ t a))) t) (* (- b c) (- (+ a (/ 5.0 6.0)) (/ 2.0 (* t 3.0)))))))))))