
(FPCore (z)
:precision binary64
(let* ((t_0 (- (- 1.0 z) 1.0)) (t_1 (+ t_0 7.0)) (t_2 (+ t_1 0.5)))
(*
(/ (PI) (sin (* (PI) z)))
(*
(* (* (sqrt (* (PI) 2.0)) (pow t_2 (+ t_0 0.5))) (exp (- t_2)))
(+
(+
(+
(+
(+
(+
(+
(+ 0.9999999999998099 (/ 676.5203681218851 (+ t_0 1.0)))
(/ -1259.1392167224028 (+ t_0 2.0)))
(/ 771.3234287776531 (+ t_0 3.0)))
(/ -176.6150291621406 (+ t_0 4.0)))
(/ 12.507343278686905 (+ t_0 5.0)))
(/ -0.13857109526572012 (+ t_0 6.0)))
(/ 9.984369578019572e-6 t_1))
(/ 1.5056327351493116e-7 (+ t_0 8.0)))))))\begin{array}{l}
\\
\begin{array}{l}
t_0 := \left(1 - z\right) - 1\\
t_1 := t\_0 + 7\\
t_2 := t\_1 + 0.5\\
\frac{\mathsf{PI}\left(\right)}{\sin \left(\mathsf{PI}\left(\right) \cdot z\right)} \cdot \left(\left(\left(\sqrt{\mathsf{PI}\left(\right) \cdot 2} \cdot {t\_2}^{\left(t\_0 + 0.5\right)}\right) \cdot e^{-t\_2}\right) \cdot \left(\left(\left(\left(\left(\left(\left(\left(0.9999999999998099 + \frac{676.5203681218851}{t\_0 + 1}\right) + \frac{-1259.1392167224028}{t\_0 + 2}\right) + \frac{771.3234287776531}{t\_0 + 3}\right) + \frac{-176.6150291621406}{t\_0 + 4}\right) + \frac{12.507343278686905}{t\_0 + 5}\right) + \frac{-0.13857109526572012}{t\_0 + 6}\right) + \frac{9.984369578019572 \cdot 10^{-6}}{t\_1}\right) + \frac{1.5056327351493116 \cdot 10^{-7}}{t\_0 + 8}\right)\right)
\end{array}
\end{array}
Sampling outcomes in binary64 precision:
Herbie found 15 alternatives:
| Alternative | Accuracy | Speedup |
|---|
(FPCore (z)
:precision binary64
(let* ((t_0 (- (- 1.0 z) 1.0)) (t_1 (+ t_0 7.0)) (t_2 (+ t_1 0.5)))
(*
(/ (PI) (sin (* (PI) z)))
(*
(* (* (sqrt (* (PI) 2.0)) (pow t_2 (+ t_0 0.5))) (exp (- t_2)))
(+
(+
(+
(+
(+
(+
(+
(+ 0.9999999999998099 (/ 676.5203681218851 (+ t_0 1.0)))
(/ -1259.1392167224028 (+ t_0 2.0)))
(/ 771.3234287776531 (+ t_0 3.0)))
(/ -176.6150291621406 (+ t_0 4.0)))
(/ 12.507343278686905 (+ t_0 5.0)))
(/ -0.13857109526572012 (+ t_0 6.0)))
(/ 9.984369578019572e-6 t_1))
(/ 1.5056327351493116e-7 (+ t_0 8.0)))))))\begin{array}{l}
\\
\begin{array}{l}
t_0 := \left(1 - z\right) - 1\\
t_1 := t\_0 + 7\\
t_2 := t\_1 + 0.5\\
\frac{\mathsf{PI}\left(\right)}{\sin \left(\mathsf{PI}\left(\right) \cdot z\right)} \cdot \left(\left(\left(\sqrt{\mathsf{PI}\left(\right) \cdot 2} \cdot {t\_2}^{\left(t\_0 + 0.5\right)}\right) \cdot e^{-t\_2}\right) \cdot \left(\left(\left(\left(\left(\left(\left(\left(0.9999999999998099 + \frac{676.5203681218851}{t\_0 + 1}\right) + \frac{-1259.1392167224028}{t\_0 + 2}\right) + \frac{771.3234287776531}{t\_0 + 3}\right) + \frac{-176.6150291621406}{t\_0 + 4}\right) + \frac{12.507343278686905}{t\_0 + 5}\right) + \frac{-0.13857109526572012}{t\_0 + 6}\right) + \frac{9.984369578019572 \cdot 10^{-6}}{t\_1}\right) + \frac{1.5056327351493116 \cdot 10^{-7}}{t\_0 + 8}\right)\right)
\end{array}
\end{array}
(FPCore (z)
:precision binary64
(let* ((t_0 (* (log (* 2.0 (PI))) 0.5))
(t_1 (- (- 1.0 z) 1.0))
(t_2
(fma (fma -1.0 z 0.5) (log1p (- (- z) -6.5)) (- (fma -1.0 z 7.5))))
(t_3 (- t_0 t_2)))
(*
(*
(+
(/ 1.5056327351493116e-7 (+ 8.0 t_1))
(+
(/ 9.984369578019572e-6 (+ 7.0 t_1))
(+
(/ -0.13857109526572012 (+ 6.0 t_1))
(+
(/ 12.507343278686905 (+ 5.0 t_1))
(+
(/ -176.6150291621406 (+ 4.0 t_1))
(+
(/ 771.3234287776531 (+ 3.0 t_1))
(+
(/ -1259.1392167224028 (+ t_1 2.0))
(+ (/ 676.5203681218851 (- t_1 -1.0)) 0.9999999999998099))))))))
(/ (exp (/ (pow t_0 2.0) t_3)) (exp (/ (pow t_2 2.0) t_3))))
(/ (PI) (sin (* z (PI)))))))\begin{array}{l}
\\
\begin{array}{l}
t_0 := \log \left(2 \cdot \mathsf{PI}\left(\right)\right) \cdot 0.5\\
t_1 := \left(1 - z\right) - 1\\
t_2 := \mathsf{fma}\left(\mathsf{fma}\left(-1, z, 0.5\right), \mathsf{log1p}\left(\left(-z\right) - -6.5\right), -\mathsf{fma}\left(-1, z, 7.5\right)\right)\\
t_3 := t\_0 - t\_2\\
\left(\left(\frac{1.5056327351493116 \cdot 10^{-7}}{8 + t\_1} + \left(\frac{9.984369578019572 \cdot 10^{-6}}{7 + t\_1} + \left(\frac{-0.13857109526572012}{6 + t\_1} + \left(\frac{12.507343278686905}{5 + t\_1} + \left(\frac{-176.6150291621406}{4 + t\_1} + \left(\frac{771.3234287776531}{3 + t\_1} + \left(\frac{-1259.1392167224028}{t\_1 + 2} + \left(\frac{676.5203681218851}{t\_1 - -1} + 0.9999999999998099\right)\right)\right)\right)\right)\right)\right)\right) \cdot \frac{e^{\frac{{t\_0}^{2}}{t\_3}}}{e^{\frac{{t\_2}^{2}}{t\_3}}}\right) \cdot \frac{\mathsf{PI}\left(\right)}{\sin \left(z \cdot \mathsf{PI}\left(\right)\right)}
\end{array}
\end{array}
Initial program 95.8%
lift-*.f64N/A
lift-*.f64N/A
associate-*l*N/A
lift-sqrt.f64N/A
pow1/2N/A
pow-to-expN/A
lift-pow.f64N/A
pow-to-expN/A
lift-exp.f64N/A
prod-expN/A
Applied rewrites97.8%
Applied rewrites99.3%
Final simplification99.3%
(FPCore (z)
:precision binary64
(let* ((t_0 (- (- 1.0 z) 1.0)))
(*
(*
(+
(+
(+
(+
(+
(+
(-
(+ (/ -1259.1392167224028 (- (- 1.0 z) -1.0)) 0.9999999999998099)
(/ 676.5203681218851 (+ -1.0 z)))
(/ 771.3234287776531 (+ 3.0 t_0)))
(/ -176.6150291621406 (+ 4.0 t_0)))
(/ 12.507343278686905 (+ 5.0 t_0)))
(/ -0.13857109526572012 (+ 6.0 t_0)))
(/ 9.984369578019572e-6 (+ 7.0 t_0)))
(/ 1.5056327351493116e-7 (+ 8.0 t_0)))
(exp
(fma
(/ (- (pow (log (PI)) 2.0) (pow (log 2.0) 2.0)) (log (/ (PI) 2.0)))
0.5
(fma (log (- (- 1.0 z) -6.5)) (- (- 1.0 z) 0.5) (- -6.5 (- 1.0 z))))))
(/ (PI) (sin (* z (PI)))))))\begin{array}{l}
\\
\begin{array}{l}
t_0 := \left(1 - z\right) - 1\\
\left(\left(\left(\left(\left(\left(\left(\left(\left(\frac{-1259.1392167224028}{\left(1 - z\right) - -1} + 0.9999999999998099\right) - \frac{676.5203681218851}{-1 + z}\right) + \frac{771.3234287776531}{3 + t\_0}\right) + \frac{-176.6150291621406}{4 + t\_0}\right) + \frac{12.507343278686905}{5 + t\_0}\right) + \frac{-0.13857109526572012}{6 + t\_0}\right) + \frac{9.984369578019572 \cdot 10^{-6}}{7 + t\_0}\right) + \frac{1.5056327351493116 \cdot 10^{-7}}{8 + t\_0}\right) \cdot e^{\mathsf{fma}\left(\frac{{\log \mathsf{PI}\left(\right)}^{2} - {\log 2}^{2}}{\log \left(\frac{\mathsf{PI}\left(\right)}{2}\right)}, 0.5, \mathsf{fma}\left(\log \left(\left(1 - z\right) - -6.5\right), \left(1 - z\right) - 0.5, -6.5 - \left(1 - z\right)\right)\right)}\right) \cdot \frac{\mathsf{PI}\left(\right)}{\sin \left(z \cdot \mathsf{PI}\left(\right)\right)}
\end{array}
\end{array}
Initial program 95.8%
lift-*.f64N/A
lift-*.f64N/A
associate-*l*N/A
lift-sqrt.f64N/A
pow1/2N/A
pow-to-expN/A
lift-pow.f64N/A
pow-to-expN/A
lift-exp.f64N/A
prod-expN/A
Applied rewrites97.8%
lift-log.f64N/A
lift-*.f64N/A
log-prodN/A
flip-+N/A
lower-/.f64N/A
lower--.f64N/A
pow2N/A
lower-pow.f64N/A
lower-log.f64N/A
pow2N/A
lower-pow.f64N/A
lower-log.f64N/A
diff-logN/A
lower-log.f64N/A
lower-/.f6497.8
Applied rewrites97.8%
lift-+.f64N/A
lift-+.f64N/A
+-commutativeN/A
associate-+l+N/A
lower-+.f64N/A
lift-+.f64N/A
lift--.f64N/A
associate-+l-N/A
metadata-evalN/A
--rgt-identityN/A
lower-+.f6497.8
lift-+.f64N/A
lift--.f64N/A
associate-+l-N/A
metadata-evalN/A
metadata-evalN/A
lower--.f64N/A
metadata-eval97.8
Applied rewrites97.8%
Final simplification97.8%
(FPCore (z)
:precision binary64
(let* ((t_0 (- (- 1.0 z) 1.0)))
(*
(*
(exp
(fma (log (* 2.0 (PI))) 0.5 (fma (log (- 7.5 z)) (- 0.5 z) (- z 7.5))))
(+
(/ 1.5056327351493116e-7 (+ 8.0 t_0))
(+
(/ 9.984369578019572e-6 (+ 7.0 t_0))
(+
(/ -0.13857109526572012 (+ 6.0 t_0))
(+
(/ 12.507343278686905 (+ 5.0 t_0))
(+
(/ -176.6150291621406 (+ 4.0 t_0))
(+
(/ 771.3234287776531 (+ 3.0 t_0))
(+
(/ -1259.1392167224028 (+ t_0 2.0))
(+ (/ 676.5203681218851 (- t_0 -1.0)) 0.9999999999998099)))))))))
(/ (PI) (sin (* z (PI)))))))\begin{array}{l}
\\
\begin{array}{l}
t_0 := \left(1 - z\right) - 1\\
\left(e^{\mathsf{fma}\left(\log \left(2 \cdot \mathsf{PI}\left(\right)\right), 0.5, \mathsf{fma}\left(\log \left(7.5 - z\right), 0.5 - z, z - 7.5\right)\right)} \cdot \left(\frac{1.5056327351493116 \cdot 10^{-7}}{8 + t\_0} + \left(\frac{9.984369578019572 \cdot 10^{-6}}{7 + t\_0} + \left(\frac{-0.13857109526572012}{6 + t\_0} + \left(\frac{12.507343278686905}{5 + t\_0} + \left(\frac{-176.6150291621406}{4 + t\_0} + \left(\frac{771.3234287776531}{3 + t\_0} + \left(\frac{-1259.1392167224028}{t\_0 + 2} + \left(\frac{676.5203681218851}{t\_0 - -1} + 0.9999999999998099\right)\right)\right)\right)\right)\right)\right)\right)\right) \cdot \frac{\mathsf{PI}\left(\right)}{\sin \left(z \cdot \mathsf{PI}\left(\right)\right)}
\end{array}
\end{array}
Initial program 95.8%
lift-*.f64N/A
lift-*.f64N/A
associate-*l*N/A
lift-sqrt.f64N/A
pow1/2N/A
pow-to-expN/A
lift-pow.f64N/A
pow-to-expN/A
lift-exp.f64N/A
prod-expN/A
Applied rewrites97.8%
Applied rewrites99.3%
Applied rewrites97.8%
Final simplification97.8%
(FPCore (z)
:precision binary64
(let* ((t_0 (- (- 1.0 z) 1.0))
(t_1 (/ -0.13857109526572012 (+ 6.0 t_0)))
(t_2 (/ -176.6150291621406 (+ 4.0 t_0)))
(t_3 (/ (PI) (sin (* z (PI)))))
(t_4 (/ 12.507343278686905 (+ 5.0 t_0)))
(t_5 (/ 1.5056327351493116e-7 (+ 8.0 t_0)))
(t_6 (sqrt (* 2.0 (PI)))))
(if (<= z -1.1)
(*
(*
(+
(+
(+
(+
(+
(+
(+ (/ 582.6188486005177 z) 0.9999999999998099)
(/ 771.3234287776531 (+ 3.0 t_0)))
t_2)
t_4)
t_1)
(/ 9.984369578019572e-6 7.0))
t_5)
(*
(exp
(fma (log1p (- (- z) -6.5)) (- (- 1.0 z) 0.5) (+ (+ -6.5 z) -1.0)))
t_6))
t_3)
(*
(*
(+
(+
(+
(+
(+
(+
(/ 771.3234287776531 (- (+ 3.0 (- 1.0 z)) 1.0))
(fma
(fma
(fma 597.824167076735 z 519.1279660315847)
z
361.7355639412844)
z
47.95075976068351))
t_2)
t_4)
t_1)
(/ 9.984369578019572e-6 (+ 7.0 t_0)))
t_5)
(* (* (exp (- z 7.5)) t_6) (pow (- 7.5 z) (- 0.5 z))))
t_3))))\begin{array}{l}
\\
\begin{array}{l}
t_0 := \left(1 - z\right) - 1\\
t_1 := \frac{-0.13857109526572012}{6 + t\_0}\\
t_2 := \frac{-176.6150291621406}{4 + t\_0}\\
t_3 := \frac{\mathsf{PI}\left(\right)}{\sin \left(z \cdot \mathsf{PI}\left(\right)\right)}\\
t_4 := \frac{12.507343278686905}{5 + t\_0}\\
t_5 := \frac{1.5056327351493116 \cdot 10^{-7}}{8 + t\_0}\\
t_6 := \sqrt{2 \cdot \mathsf{PI}\left(\right)}\\
\mathbf{if}\;z \leq -1.1:\\
\;\;\;\;\left(\left(\left(\left(\left(\left(\left(\left(\frac{582.6188486005177}{z} + 0.9999999999998099\right) + \frac{771.3234287776531}{3 + t\_0}\right) + t\_2\right) + t\_4\right) + t\_1\right) + \frac{9.984369578019572 \cdot 10^{-6}}{7}\right) + t\_5\right) \cdot \left(e^{\mathsf{fma}\left(\mathsf{log1p}\left(\left(-z\right) - -6.5\right), \left(1 - z\right) - 0.5, \left(-6.5 + z\right) + -1\right)} \cdot t\_6\right)\right) \cdot t\_3\\
\mathbf{else}:\\
\;\;\;\;\left(\left(\left(\left(\left(\left(\left(\frac{771.3234287776531}{\left(3 + \left(1 - z\right)\right) - 1} + \mathsf{fma}\left(\mathsf{fma}\left(\mathsf{fma}\left(597.824167076735, z, 519.1279660315847\right), z, 361.7355639412844\right), z, 47.95075976068351\right)\right) + t\_2\right) + t\_4\right) + t\_1\right) + \frac{9.984369578019572 \cdot 10^{-6}}{7 + t\_0}\right) + t\_5\right) \cdot \left(\left(e^{z - 7.5} \cdot t\_6\right) \cdot {\left(7.5 - z\right)}^{\left(0.5 - z\right)}\right)\right) \cdot t\_3\\
\end{array}
\end{array}
if z < -1.1000000000000001Initial program 31.3%
Taylor expanded in z around inf
+-commutativeN/A
lower-+.f64N/A
associate-*r/N/A
metadata-evalN/A
lower-/.f643.8
Applied rewrites3.8%
Taylor expanded in z around 0
Applied rewrites3.8%
Applied rewrites70.5%
if -1.1000000000000001 < z Initial program 97.3%
lift-*.f64N/A
lift-*.f64N/A
associate-*l*N/A
lift-sqrt.f64N/A
pow1/2N/A
pow-to-expN/A
lift-pow.f64N/A
pow-to-expN/A
lift-exp.f64N/A
prod-expN/A
Applied rewrites97.8%
Taylor expanded in z around inf
Applied rewrites97.3%
lift-+.f64N/A
+-commutativeN/A
lift--.f64N/A
associate-+r-N/A
lower--.f64N/A
lower-+.f6497.3
Applied rewrites97.3%
Taylor expanded in z around 0
+-commutativeN/A
*-commutativeN/A
lower-fma.f64N/A
+-commutativeN/A
*-commutativeN/A
lower-fma.f64N/A
+-commutativeN/A
lower-fma.f6498.0
Applied rewrites98.0%
Final simplification97.4%
(FPCore (z)
:precision binary64
(let* ((t_0 (- (- 1.0 z) 1.0))
(t_1 (/ -0.13857109526572012 (+ 6.0 t_0)))
(t_2 (/ 771.3234287776531 (+ 3.0 t_0)))
(t_3 (/ -176.6150291621406 (+ 4.0 t_0)))
(t_4 (/ (PI) (sin (* z (PI)))))
(t_5 (/ 12.507343278686905 (+ 5.0 t_0)))
(t_6 (/ 1.5056327351493116e-7 (+ 8.0 t_0)))
(t_7 (sqrt (* 2.0 (PI)))))
(if (<= z -1.1)
(*
(*
(+
(+
(+
(+
(+ (+ (+ (/ 582.6188486005177 z) 0.9999999999998099) t_2) t_3)
t_5)
t_1)
(/ 9.984369578019572e-6 7.0))
t_6)
(*
(exp
(fma (log1p (- (- z) -6.5)) (- (- 1.0 z) 0.5) (+ (+ -6.5 z) -1.0)))
t_7))
t_4)
(*
(*
(+
(+
(+
(+
(+
(+
(fma
(fma
(fma 597.824167076735 z 519.1279660315847)
z
361.7355639412844)
z
47.95075976068351)
t_2)
t_3)
t_5)
t_1)
(/ 9.984369578019572e-6 (+ 7.0 t_0)))
t_6)
(* (* (exp (- z 7.5)) t_7) (pow (- 7.5 z) (- 0.5 z))))
t_4))))\begin{array}{l}
\\
\begin{array}{l}
t_0 := \left(1 - z\right) - 1\\
t_1 := \frac{-0.13857109526572012}{6 + t\_0}\\
t_2 := \frac{771.3234287776531}{3 + t\_0}\\
t_3 := \frac{-176.6150291621406}{4 + t\_0}\\
t_4 := \frac{\mathsf{PI}\left(\right)}{\sin \left(z \cdot \mathsf{PI}\left(\right)\right)}\\
t_5 := \frac{12.507343278686905}{5 + t\_0}\\
t_6 := \frac{1.5056327351493116 \cdot 10^{-7}}{8 + t\_0}\\
t_7 := \sqrt{2 \cdot \mathsf{PI}\left(\right)}\\
\mathbf{if}\;z \leq -1.1:\\
\;\;\;\;\left(\left(\left(\left(\left(\left(\left(\left(\frac{582.6188486005177}{z} + 0.9999999999998099\right) + t\_2\right) + t\_3\right) + t\_5\right) + t\_1\right) + \frac{9.984369578019572 \cdot 10^{-6}}{7}\right) + t\_6\right) \cdot \left(e^{\mathsf{fma}\left(\mathsf{log1p}\left(\left(-z\right) - -6.5\right), \left(1 - z\right) - 0.5, \left(-6.5 + z\right) + -1\right)} \cdot t\_7\right)\right) \cdot t\_4\\
\mathbf{else}:\\
\;\;\;\;\left(\left(\left(\left(\left(\left(\left(\mathsf{fma}\left(\mathsf{fma}\left(\mathsf{fma}\left(597.824167076735, z, 519.1279660315847\right), z, 361.7355639412844\right), z, 47.95075976068351\right) + t\_2\right) + t\_3\right) + t\_5\right) + t\_1\right) + \frac{9.984369578019572 \cdot 10^{-6}}{7 + t\_0}\right) + t\_6\right) \cdot \left(\left(e^{z - 7.5} \cdot t\_7\right) \cdot {\left(7.5 - z\right)}^{\left(0.5 - z\right)}\right)\right) \cdot t\_4\\
\end{array}
\end{array}
if z < -1.1000000000000001Initial program 31.3%
Taylor expanded in z around inf
+-commutativeN/A
lower-+.f64N/A
associate-*r/N/A
metadata-evalN/A
lower-/.f643.8
Applied rewrites3.8%
Taylor expanded in z around 0
Applied rewrites3.8%
Applied rewrites70.5%
if -1.1000000000000001 < z Initial program 97.3%
lift-*.f64N/A
lift-*.f64N/A
associate-*l*N/A
lift-sqrt.f64N/A
pow1/2N/A
pow-to-expN/A
lift-pow.f64N/A
pow-to-expN/A
lift-exp.f64N/A
prod-expN/A
Applied rewrites97.8%
Taylor expanded in z around inf
Applied rewrites97.3%
Taylor expanded in z around 0
+-commutativeN/A
*-commutativeN/A
lower-fma.f64N/A
+-commutativeN/A
*-commutativeN/A
lower-fma.f64N/A
+-commutativeN/A
lower-fma.f6498.0
Applied rewrites98.0%
Final simplification97.4%
(FPCore (z)
:precision binary64
(let* ((t_0 (- (- 1.0 z) 1.0)))
(*
(*
(+
(+
(+
(+
(+
(+
(fma 361.7355639412844 z 47.95075976068351)
(/ 771.3234287776531 (+ 3.0 t_0)))
(/ -176.6150291621406 (+ 4.0 t_0)))
(/ 12.507343278686905 (+ 5.0 t_0)))
(/ -0.13857109526572012 (+ 6.0 t_0)))
(/ 9.984369578019572e-6 (+ 7.0 t_0)))
(/ 1.5056327351493116e-7 (+ 8.0 t_0)))
(*
(pow (- 7.5 z) (- 0.5 z))
(* (* (sqrt (PI)) (* (exp -7.5) (sqrt 2.0))) (+ 1.0 z))))
(/ (PI) (sin (* z (PI)))))))\begin{array}{l}
\\
\begin{array}{l}
t_0 := \left(1 - z\right) - 1\\
\left(\left(\left(\left(\left(\left(\left(\mathsf{fma}\left(361.7355639412844, z, 47.95075976068351\right) + \frac{771.3234287776531}{3 + t\_0}\right) + \frac{-176.6150291621406}{4 + t\_0}\right) + \frac{12.507343278686905}{5 + t\_0}\right) + \frac{-0.13857109526572012}{6 + t\_0}\right) + \frac{9.984369578019572 \cdot 10^{-6}}{7 + t\_0}\right) + \frac{1.5056327351493116 \cdot 10^{-7}}{8 + t\_0}\right) \cdot \left({\left(7.5 - z\right)}^{\left(0.5 - z\right)} \cdot \left(\left(\sqrt{\mathsf{PI}\left(\right)} \cdot \left(e^{-7.5} \cdot \sqrt{2}\right)\right) \cdot \left(1 + z\right)\right)\right)\right) \cdot \frac{\mathsf{PI}\left(\right)}{\sin \left(z \cdot \mathsf{PI}\left(\right)\right)}
\end{array}
\end{array}
Initial program 95.8%
lift-*.f64N/A
lift-*.f64N/A
associate-*l*N/A
lift-sqrt.f64N/A
pow1/2N/A
pow-to-expN/A
lift-pow.f64N/A
pow-to-expN/A
lift-exp.f64N/A
prod-expN/A
Applied rewrites97.8%
Taylor expanded in z around inf
Applied rewrites95.8%
Taylor expanded in z around 0
+-commutativeN/A
lower-fma.f6495.3
Applied rewrites95.3%
Taylor expanded in z around 0
Applied rewrites96.9%
Final simplification96.9%
(FPCore (z)
:precision binary64
(let* ((t_0 (- (- 1.0 z) 1.0)))
(*
(*
(+
(+
(/ 9.984369578019572e-6 7.0)
(+
(+
(+
(+
(fma
(fma 519.1279660315847 z 361.7355639412844)
z
47.95075976068351)
(/ 771.3234287776531 (+ 3.0 t_0)))
(/ -176.6150291621406 (+ 4.0 t_0)))
(/ 12.507343278686905 (+ 5.0 t_0)))
(/ -0.13857109526572012 (+ 6.0 t_0))))
(/ 1.5056327351493116e-7 (+ 8.0 t_0)))
(*
(exp (- (+ 7.0 0.5)))
(* (pow (+ (+ 7.0 t_0) 0.5) (+ t_0 0.5)) (sqrt (* 2.0 (PI))))))
(/ (PI) (sin (* z (PI)))))))\begin{array}{l}
\\
\begin{array}{l}
t_0 := \left(1 - z\right) - 1\\
\left(\left(\left(\frac{9.984369578019572 \cdot 10^{-6}}{7} + \left(\left(\left(\left(\mathsf{fma}\left(\mathsf{fma}\left(519.1279660315847, z, 361.7355639412844\right), z, 47.95075976068351\right) + \frac{771.3234287776531}{3 + t\_0}\right) + \frac{-176.6150291621406}{4 + t\_0}\right) + \frac{12.507343278686905}{5 + t\_0}\right) + \frac{-0.13857109526572012}{6 + t\_0}\right)\right) + \frac{1.5056327351493116 \cdot 10^{-7}}{8 + t\_0}\right) \cdot \left(e^{-\left(7 + 0.5\right)} \cdot \left({\left(\left(7 + t\_0\right) + 0.5\right)}^{\left(t\_0 + 0.5\right)} \cdot \sqrt{2 \cdot \mathsf{PI}\left(\right)}\right)\right)\right) \cdot \frac{\mathsf{PI}\left(\right)}{\sin \left(z \cdot \mathsf{PI}\left(\right)\right)}
\end{array}
\end{array}
Initial program 95.8%
Taylor expanded in z around 0
Applied rewrites95.2%
Taylor expanded in z around 0
+-commutativeN/A
*-commutativeN/A
lower-fma.f64N/A
+-commutativeN/A
lower-fma.f6495.7
Applied rewrites95.7%
Taylor expanded in z around 0
Applied rewrites95.9%
Final simplification95.9%
(FPCore (z)
:precision binary64
(let* ((t_0 (- (- 1.0 z) 1.0))
(t_1 (/ -0.13857109526572012 (+ 6.0 t_0)))
(t_2 (/ -176.6150291621406 (+ 4.0 t_0)))
(t_3 (/ (PI) (sin (* z (PI)))))
(t_4 (/ 12.507343278686905 (+ 5.0 t_0)))
(t_5 (/ 1.5056327351493116e-7 (+ 8.0 t_0)))
(t_6 (sqrt (* 2.0 (PI)))))
(if (<= z -29.0)
(*
(*
(+
(+
(+
(+
(+
(+
(+ (/ 582.6188486005177 z) 0.9999999999998099)
(/ 771.3234287776531 (+ 3.0 t_0)))
t_2)
t_4)
t_1)
(/ 9.984369578019572e-6 7.0))
t_5)
(*
(exp
(fma (log1p (- (- z) -6.5)) (- (- 1.0 z) 0.5) (+ (+ -6.5 z) -1.0)))
t_6))
t_3)
(*
(*
(+
(+
(+
(+
(+
(+
(/ 771.3234287776531 (- (+ 3.0 (- 1.0 z)) 1.0))
(fma
(fma 519.1279660315847 z 361.7355639412844)
z
47.95075976068351))
t_2)
t_4)
t_1)
(/ 9.984369578019572e-6 (+ 7.0 t_0)))
t_5)
(* (* (exp (- z 7.5)) t_6) (pow (- 7.5 z) (- 0.5 z))))
t_3))))\begin{array}{l}
\\
\begin{array}{l}
t_0 := \left(1 - z\right) - 1\\
t_1 := \frac{-0.13857109526572012}{6 + t\_0}\\
t_2 := \frac{-176.6150291621406}{4 + t\_0}\\
t_3 := \frac{\mathsf{PI}\left(\right)}{\sin \left(z \cdot \mathsf{PI}\left(\right)\right)}\\
t_4 := \frac{12.507343278686905}{5 + t\_0}\\
t_5 := \frac{1.5056327351493116 \cdot 10^{-7}}{8 + t\_0}\\
t_6 := \sqrt{2 \cdot \mathsf{PI}\left(\right)}\\
\mathbf{if}\;z \leq -29:\\
\;\;\;\;\left(\left(\left(\left(\left(\left(\left(\left(\frac{582.6188486005177}{z} + 0.9999999999998099\right) + \frac{771.3234287776531}{3 + t\_0}\right) + t\_2\right) + t\_4\right) + t\_1\right) + \frac{9.984369578019572 \cdot 10^{-6}}{7}\right) + t\_5\right) \cdot \left(e^{\mathsf{fma}\left(\mathsf{log1p}\left(\left(-z\right) - -6.5\right), \left(1 - z\right) - 0.5, \left(-6.5 + z\right) + -1\right)} \cdot t\_6\right)\right) \cdot t\_3\\
\mathbf{else}:\\
\;\;\;\;\left(\left(\left(\left(\left(\left(\left(\frac{771.3234287776531}{\left(3 + \left(1 - z\right)\right) - 1} + \mathsf{fma}\left(\mathsf{fma}\left(519.1279660315847, z, 361.7355639412844\right), z, 47.95075976068351\right)\right) + t\_2\right) + t\_4\right) + t\_1\right) + \frac{9.984369578019572 \cdot 10^{-6}}{7 + t\_0}\right) + t\_5\right) \cdot \left(\left(e^{z - 7.5} \cdot t\_6\right) \cdot {\left(7.5 - z\right)}^{\left(0.5 - z\right)}\right)\right) \cdot t\_3\\
\end{array}
\end{array}
if z < -29Initial program 18.2%
Taylor expanded in z around inf
+-commutativeN/A
lower-+.f64N/A
associate-*r/N/A
metadata-evalN/A
lower-/.f644.3
Applied rewrites4.3%
Taylor expanded in z around 0
Applied rewrites4.3%
Applied rewrites84.3%
if -29 < z Initial program 97.3%
lift-*.f64N/A
lift-*.f64N/A
associate-*l*N/A
lift-sqrt.f64N/A
pow1/2N/A
pow-to-expN/A
lift-pow.f64N/A
pow-to-expN/A
lift-exp.f64N/A
prod-expN/A
Applied rewrites97.8%
Taylor expanded in z around inf
Applied rewrites97.3%
lift-+.f64N/A
+-commutativeN/A
lift--.f64N/A
associate-+r-N/A
lower--.f64N/A
lower-+.f6497.3
Applied rewrites97.3%
Taylor expanded in z around 0
+-commutativeN/A
*-commutativeN/A
lower-fma.f64N/A
+-commutativeN/A
lower-fma.f6497.5
Applied rewrites97.5%
Final simplification97.3%
(FPCore (z)
:precision binary64
(let* ((t_0 (- (- 1.0 z) 1.0)))
(*
(*
(+
(+
(+
(+
(+
(+
(/ 771.3234287776531 (- (+ 3.0 (- 1.0 z)) 1.0))
(fma
(fma 519.1279660315847 z 361.7355639412844)
z
47.95075976068351))
(/ -176.6150291621406 (+ 4.0 t_0)))
(/ 12.507343278686905 (+ 5.0 t_0)))
(/ -0.13857109526572012 (+ 6.0 t_0)))
(/ 9.984369578019572e-6 (+ 7.0 t_0)))
(/ 1.5056327351493116e-7 (+ 8.0 t_0)))
(* (* (exp (- z 7.5)) (sqrt (* 2.0 (PI)))) (pow (- 7.5 z) (- 0.5 z))))
(/ (PI) (sin (* z (PI)))))))\begin{array}{l}
\\
\begin{array}{l}
t_0 := \left(1 - z\right) - 1\\
\left(\left(\left(\left(\left(\left(\left(\frac{771.3234287776531}{\left(3 + \left(1 - z\right)\right) - 1} + \mathsf{fma}\left(\mathsf{fma}\left(519.1279660315847, z, 361.7355639412844\right), z, 47.95075976068351\right)\right) + \frac{-176.6150291621406}{4 + t\_0}\right) + \frac{12.507343278686905}{5 + t\_0}\right) + \frac{-0.13857109526572012}{6 + t\_0}\right) + \frac{9.984369578019572 \cdot 10^{-6}}{7 + t\_0}\right) + \frac{1.5056327351493116 \cdot 10^{-7}}{8 + t\_0}\right) \cdot \left(\left(e^{z - 7.5} \cdot \sqrt{2 \cdot \mathsf{PI}\left(\right)}\right) \cdot {\left(7.5 - z\right)}^{\left(0.5 - z\right)}\right)\right) \cdot \frac{\mathsf{PI}\left(\right)}{\sin \left(z \cdot \mathsf{PI}\left(\right)\right)}
\end{array}
\end{array}
Initial program 95.8%
lift-*.f64N/A
lift-*.f64N/A
associate-*l*N/A
lift-sqrt.f64N/A
pow1/2N/A
pow-to-expN/A
lift-pow.f64N/A
pow-to-expN/A
lift-exp.f64N/A
prod-expN/A
Applied rewrites97.8%
Taylor expanded in z around inf
Applied rewrites95.8%
lift-+.f64N/A
+-commutativeN/A
lift--.f64N/A
associate-+r-N/A
lower--.f64N/A
lower-+.f6495.8
Applied rewrites95.8%
Taylor expanded in z around 0
+-commutativeN/A
*-commutativeN/A
lower-fma.f64N/A
+-commutativeN/A
lower-fma.f6495.7
Applied rewrites95.7%
Final simplification95.7%
(FPCore (z)
:precision binary64
(let* ((t_0 (- (- 1.0 z) 1.0)))
(*
(*
(+
(+
(+
(+
(+
(+
(fma
(fma 519.1279660315847 z 361.7355639412844)
z
47.95075976068351)
(/ 771.3234287776531 (+ 3.0 t_0)))
(/ -176.6150291621406 (+ 4.0 t_0)))
(/ 12.507343278686905 (+ 5.0 t_0)))
(/ -0.13857109526572012 (+ 6.0 t_0)))
(/ 9.984369578019572e-6 (+ 7.0 t_0)))
(/ 1.5056327351493116e-7 (+ 8.0 t_0)))
(* (* (exp (- z 7.5)) (sqrt (* 2.0 (PI)))) (pow (- 7.5 z) (- 0.5 z))))
(/ (PI) (sin (* z (PI)))))))\begin{array}{l}
\\
\begin{array}{l}
t_0 := \left(1 - z\right) - 1\\
\left(\left(\left(\left(\left(\left(\left(\mathsf{fma}\left(\mathsf{fma}\left(519.1279660315847, z, 361.7355639412844\right), z, 47.95075976068351\right) + \frac{771.3234287776531}{3 + t\_0}\right) + \frac{-176.6150291621406}{4 + t\_0}\right) + \frac{12.507343278686905}{5 + t\_0}\right) + \frac{-0.13857109526572012}{6 + t\_0}\right) + \frac{9.984369578019572 \cdot 10^{-6}}{7 + t\_0}\right) + \frac{1.5056327351493116 \cdot 10^{-7}}{8 + t\_0}\right) \cdot \left(\left(e^{z - 7.5} \cdot \sqrt{2 \cdot \mathsf{PI}\left(\right)}\right) \cdot {\left(7.5 - z\right)}^{\left(0.5 - z\right)}\right)\right) \cdot \frac{\mathsf{PI}\left(\right)}{\sin \left(z \cdot \mathsf{PI}\left(\right)\right)}
\end{array}
\end{array}
Initial program 95.8%
lift-*.f64N/A
lift-*.f64N/A
associate-*l*N/A
lift-sqrt.f64N/A
pow1/2N/A
pow-to-expN/A
lift-pow.f64N/A
pow-to-expN/A
lift-exp.f64N/A
prod-expN/A
Applied rewrites97.8%
Taylor expanded in z around inf
Applied rewrites95.8%
Taylor expanded in z around 0
+-commutativeN/A
*-commutativeN/A
lower-fma.f64N/A
+-commutativeN/A
lower-fma.f6495.7
Applied rewrites95.7%
Final simplification95.7%
(FPCore (z)
:precision binary64
(let* ((t_0 (sqrt (sqrt (PI)))) (t_1 (- (- 1.0 z) 1.0)))
(*
(*
(+
(+
(+
(+
(+
(+ 47.95075976068351 (/ 771.3234287776531 (+ 3.0 t_1)))
(/ -176.6150291621406 (+ 4.0 t_1)))
(/ 12.507343278686905 (+ 5.0 t_1)))
(/ -0.13857109526572012 (+ 6.0 t_1)))
(/ 9.984369578019572e-6 (+ 7.0 t_1)))
(/ 1.5056327351493116e-7 (+ 8.0 t_1)))
(* (* t_0 t_0) (* (* (sqrt 7.5) (sqrt 2.0)) (exp -7.5))))
(/ (PI) (sin (* z (PI)))))))\begin{array}{l}
\\
\begin{array}{l}
t_0 := \sqrt{\sqrt{\mathsf{PI}\left(\right)}}\\
t_1 := \left(1 - z\right) - 1\\
\left(\left(\left(\left(\left(\left(\left(47.95075976068351 + \frac{771.3234287776531}{3 + t\_1}\right) + \frac{-176.6150291621406}{4 + t\_1}\right) + \frac{12.507343278686905}{5 + t\_1}\right) + \frac{-0.13857109526572012}{6 + t\_1}\right) + \frac{9.984369578019572 \cdot 10^{-6}}{7 + t\_1}\right) + \frac{1.5056327351493116 \cdot 10^{-7}}{8 + t\_1}\right) \cdot \left(\left(t\_0 \cdot t\_0\right) \cdot \left(\left(\sqrt{7.5} \cdot \sqrt{2}\right) \cdot e^{-7.5}\right)\right)\right) \cdot \frac{\mathsf{PI}\left(\right)}{\sin \left(z \cdot \mathsf{PI}\left(\right)\right)}
\end{array}
\end{array}
Initial program 95.8%
Taylor expanded in z around 0
*-commutativeN/A
lower-*.f64N/A
*-commutativeN/A
lower-*.f64N/A
*-commutativeN/A
lower-*.f64N/A
lower-sqrt.f64N/A
lower-sqrt.f64N/A
lower-exp.f64N/A
lower-sqrt.f64N/A
lower-PI.f6493.4
Applied rewrites93.4%
Taylor expanded in z around 0
Applied rewrites94.6%
Applied rewrites95.5%
Final simplification95.5%
(FPCore (z)
:precision binary64
(let* ((t_0 (- (- 1.0 z) 1.0)))
(*
(*
(+
(+
(+
(+
(+
(/ -176.6150291621406 (- 4.0 z))
(+ 47.95075976068351 (/ 771.3234287776531 (+ 3.0 t_0))))
(/ 12.507343278686905 (+ 5.0 t_0)))
(/ -0.13857109526572012 (+ 6.0 t_0)))
(/ 9.984369578019572e-6 (+ 7.0 t_0)))
(/ 1.5056327351493116e-7 (+ 8.0 t_0)))
(* (* (sqrt 15.0) (exp -7.5)) (sqrt (PI))))
(/ (PI) (sin (* z (PI)))))))\begin{array}{l}
\\
\begin{array}{l}
t_0 := \left(1 - z\right) - 1\\
\left(\left(\left(\left(\left(\left(\frac{-176.6150291621406}{4 - z} + \left(47.95075976068351 + \frac{771.3234287776531}{3 + t\_0}\right)\right) + \frac{12.507343278686905}{5 + t\_0}\right) + \frac{-0.13857109526572012}{6 + t\_0}\right) + \frac{9.984369578019572 \cdot 10^{-6}}{7 + t\_0}\right) + \frac{1.5056327351493116 \cdot 10^{-7}}{8 + t\_0}\right) \cdot \left(\left(\sqrt{15} \cdot e^{-7.5}\right) \cdot \sqrt{\mathsf{PI}\left(\right)}\right)\right) \cdot \frac{\mathsf{PI}\left(\right)}{\sin \left(z \cdot \mathsf{PI}\left(\right)\right)}
\end{array}
\end{array}
Initial program 95.8%
Taylor expanded in z around 0
*-commutativeN/A
lower-*.f64N/A
*-commutativeN/A
lower-*.f64N/A
*-commutativeN/A
lower-*.f64N/A
lower-sqrt.f64N/A
lower-sqrt.f64N/A
lower-exp.f64N/A
lower-sqrt.f64N/A
lower-PI.f6493.4
Applied rewrites93.4%
Taylor expanded in z around 0
Applied rewrites94.6%
Applied rewrites94.6%
lift-+.f64N/A
lift--.f64N/A
associate-+l-N/A
sub-negN/A
metadata-evalN/A
metadata-evalN/A
+-commutativeN/A
lift--.f64N/A
associate-+r-N/A
metadata-evalN/A
lower--.f6494.6
Applied rewrites94.6%
Final simplification94.6%
(FPCore (z)
:precision binary64
(let* ((t_0 (- (- 1.0 z) 1.0)))
(*
(*
(+
(+
(+
(+
(+
(+ 47.95075976068351 (/ 771.3234287776531 (+ 3.0 t_0)))
(/ -176.6150291621406 (+ 4.0 t_0)))
(/ 12.507343278686905 (+ 5.0 t_0)))
(/ -0.13857109526572012 (+ 6.0 t_0)))
(/ 9.984369578019572e-6 7.0))
(/ 1.5056327351493116e-7 (+ 8.0 t_0)))
(* (* (sqrt 15.0) (exp -7.5)) (sqrt (PI))))
(/ (PI) (sin (* z (PI)))))))\begin{array}{l}
\\
\begin{array}{l}
t_0 := \left(1 - z\right) - 1\\
\left(\left(\left(\left(\left(\left(\left(47.95075976068351 + \frac{771.3234287776531}{3 + t\_0}\right) + \frac{-176.6150291621406}{4 + t\_0}\right) + \frac{12.507343278686905}{5 + t\_0}\right) + \frac{-0.13857109526572012}{6 + t\_0}\right) + \frac{9.984369578019572 \cdot 10^{-6}}{7}\right) + \frac{1.5056327351493116 \cdot 10^{-7}}{8 + t\_0}\right) \cdot \left(\left(\sqrt{15} \cdot e^{-7.5}\right) \cdot \sqrt{\mathsf{PI}\left(\right)}\right)\right) \cdot \frac{\mathsf{PI}\left(\right)}{\sin \left(z \cdot \mathsf{PI}\left(\right)\right)}
\end{array}
\end{array}
Initial program 95.8%
Taylor expanded in z around 0
*-commutativeN/A
lower-*.f64N/A
*-commutativeN/A
lower-*.f64N/A
*-commutativeN/A
lower-*.f64N/A
lower-sqrt.f64N/A
lower-sqrt.f64N/A
lower-exp.f64N/A
lower-sqrt.f64N/A
lower-PI.f6493.4
Applied rewrites93.4%
Taylor expanded in z around 0
Applied rewrites94.6%
Applied rewrites94.6%
Taylor expanded in z around 0
Applied rewrites94.6%
Final simplification94.6%
(FPCore (z)
:precision binary64
(let* ((t_0 (- (- 1.0 z) 1.0)))
(*
(*
(+
(+
(+
(+
(+
(/ -176.6150291621406 4.0)
(+ 47.95075976068351 (/ 771.3234287776531 (+ 3.0 t_0))))
(/ 12.507343278686905 (+ 5.0 t_0)))
(/ -0.13857109526572012 (+ 6.0 t_0)))
(/ 9.984369578019572e-6 (+ 7.0 t_0)))
(/ 1.5056327351493116e-7 (+ 8.0 t_0)))
(* (* (sqrt 15.0) (exp -7.5)) (sqrt (PI))))
(/ (PI) (sin (* z (PI)))))))\begin{array}{l}
\\
\begin{array}{l}
t_0 := \left(1 - z\right) - 1\\
\left(\left(\left(\left(\left(\left(\frac{-176.6150291621406}{4} + \left(47.95075976068351 + \frac{771.3234287776531}{3 + t\_0}\right)\right) + \frac{12.507343278686905}{5 + t\_0}\right) + \frac{-0.13857109526572012}{6 + t\_0}\right) + \frac{9.984369578019572 \cdot 10^{-6}}{7 + t\_0}\right) + \frac{1.5056327351493116 \cdot 10^{-7}}{8 + t\_0}\right) \cdot \left(\left(\sqrt{15} \cdot e^{-7.5}\right) \cdot \sqrt{\mathsf{PI}\left(\right)}\right)\right) \cdot \frac{\mathsf{PI}\left(\right)}{\sin \left(z \cdot \mathsf{PI}\left(\right)\right)}
\end{array}
\end{array}
Initial program 95.8%
Taylor expanded in z around 0
*-commutativeN/A
lower-*.f64N/A
*-commutativeN/A
lower-*.f64N/A
*-commutativeN/A
lower-*.f64N/A
lower-sqrt.f64N/A
lower-sqrt.f64N/A
lower-exp.f64N/A
lower-sqrt.f64N/A
lower-PI.f6493.4
Applied rewrites93.4%
Taylor expanded in z around 0
Applied rewrites94.6%
Applied rewrites94.6%
Taylor expanded in z around 0
Applied rewrites94.6%
Final simplification94.6%
(FPCore (z)
:precision binary64
(let* ((t_0 (- (- 1.0 z) 1.0)))
(*
(*
(+
(+
(+
(+
(+
(+ (/ 771.3234287776531 3.0) 47.95075976068351)
(/ -176.6150291621406 (+ 4.0 t_0)))
(/ 12.507343278686905 (+ 5.0 t_0)))
(/ -0.13857109526572012 (+ 6.0 t_0)))
(/ 9.984369578019572e-6 (+ 7.0 t_0)))
(/ 1.5056327351493116e-7 (+ 8.0 t_0)))
(* (* (sqrt 15.0) (exp -7.5)) (sqrt (PI))))
(/ (PI) (sin (* z (PI)))))))\begin{array}{l}
\\
\begin{array}{l}
t_0 := \left(1 - z\right) - 1\\
\left(\left(\left(\left(\left(\left(\left(\frac{771.3234287776531}{3} + 47.95075976068351\right) + \frac{-176.6150291621406}{4 + t\_0}\right) + \frac{12.507343278686905}{5 + t\_0}\right) + \frac{-0.13857109526572012}{6 + t\_0}\right) + \frac{9.984369578019572 \cdot 10^{-6}}{7 + t\_0}\right) + \frac{1.5056327351493116 \cdot 10^{-7}}{8 + t\_0}\right) \cdot \left(\left(\sqrt{15} \cdot e^{-7.5}\right) \cdot \sqrt{\mathsf{PI}\left(\right)}\right)\right) \cdot \frac{\mathsf{PI}\left(\right)}{\sin \left(z \cdot \mathsf{PI}\left(\right)\right)}
\end{array}
\end{array}
Initial program 95.8%
Taylor expanded in z around 0
*-commutativeN/A
lower-*.f64N/A
*-commutativeN/A
lower-*.f64N/A
*-commutativeN/A
lower-*.f64N/A
lower-sqrt.f64N/A
lower-sqrt.f64N/A
lower-exp.f64N/A
lower-sqrt.f64N/A
lower-PI.f6493.4
Applied rewrites93.4%
Taylor expanded in z around 0
Applied rewrites94.6%
Applied rewrites94.6%
Taylor expanded in z around 0
Applied rewrites94.5%
Final simplification94.5%
herbie shell --seed 2024285
(FPCore (z)
:name "Jmat.Real.gamma, branch z less than 0.5"
:precision binary64
:pre (<= z 0.5)
(* (/ (PI) (sin (* (PI) z))) (* (* (* (sqrt (* (PI) 2.0)) (pow (+ (+ (- (- 1.0 z) 1.0) 7.0) 0.5) (+ (- (- 1.0 z) 1.0) 0.5))) (exp (- (+ (+ (- (- 1.0 z) 1.0) 7.0) 0.5)))) (+ (+ (+ (+ (+ (+ (+ (+ 0.9999999999998099 (/ 676.5203681218851 (+ (- (- 1.0 z) 1.0) 1.0))) (/ -1259.1392167224028 (+ (- (- 1.0 z) 1.0) 2.0))) (/ 771.3234287776531 (+ (- (- 1.0 z) 1.0) 3.0))) (/ -176.6150291621406 (+ (- (- 1.0 z) 1.0) 4.0))) (/ 12.507343278686905 (+ (- (- 1.0 z) 1.0) 5.0))) (/ -0.13857109526572012 (+ (- (- 1.0 z) 1.0) 6.0))) (/ 9.984369578019572e-6 (+ (- (- 1.0 z) 1.0) 7.0))) (/ 1.5056327351493116e-7 (+ (- (- 1.0 z) 1.0) 8.0))))))