Average Error: 1.7 → 0.5
Time: 1.3min
Precision: binary64
Cost: 62464
\[z \leq 0.5\]
\[\frac{\pi}{\sin \left(\pi \cdot z\right)} \cdot \left(\left(\left(\sqrt{\pi \cdot 2} \cdot {\left(\left(\left(\left(1 - z\right) - 1\right) + 7\right) + 0.5\right)}^{\left(\left(\left(1 - z\right) - 1\right) + 0.5\right)}\right) \cdot e^{-\left(\left(\left(\left(1 - z\right) - 1\right) + 7\right) + 0.5\right)}\right) \cdot \left(\left(\left(\left(\left(\left(\left(\left(0.9999999999998099 + \frac{676.5203681218851}{\left(\left(1 - z\right) - 1\right) + 1}\right) + \frac{-1259.1392167224028}{\left(\left(1 - z\right) - 1\right) + 2}\right) + \frac{771.3234287776531}{\left(\left(1 - z\right) - 1\right) + 3}\right) + \frac{-176.6150291621406}{\left(\left(1 - z\right) - 1\right) + 4}\right) + \frac{12.507343278686905}{\left(\left(1 - z\right) - 1\right) + 5}\right) + \frac{-0.13857109526572012}{\left(\left(1 - z\right) - 1\right) + 6}\right) + \frac{9.984369578019572 \cdot 10^{-6}}{\left(\left(1 - z\right) - 1\right) + 7}\right) + \frac{1.5056327351493116 \cdot 10^{-7}}{\left(\left(1 - z\right) - 1\right) + 8}\right)\right) \]
\[\frac{\pi}{\sin \left(\pi \cdot z\right)} \cdot \left(\left(\left(\sqrt{\pi \cdot 2} \cdot {\left(\mathsf{expm1}\left(\mathsf{log1p}\left(-z\right)\right) + 7.5\right)}^{\left(\left(1 - z\right) + -0.5\right)}\right) \cdot e^{\left(-6 + \left(z + -1\right)\right) + -0.5}\right) \cdot \left(\left(\left(\left(0.9999999999998099 - \frac{-676.5203681218851}{1 - z}\right) + \frac{-1259.1392167224028}{1 + \left(1 - z\right)}\right) - \left(\frac{-771.3234287776531}{3 - z} + \frac{176.6150291621406}{4 - z}\right)\right) + \left(\frac{12.507343278686905}{5 - z} - \left(\frac{0.13857109526572012}{6 - z} + \left(\frac{-9.984369578019572 \cdot 10^{-6}}{7 - z} + \frac{-1.5056327351493116 \cdot 10^{-7}}{8 - z}\right)\right)\right)\right)\right) \]
(FPCore (z)
 :precision binary64
 (*
  (/ 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))))))
(FPCore (z)
 :precision binary64
 (*
  (/ PI (sin (* PI z)))
  (*
   (*
    (*
     (sqrt (* PI 2.0))
     (pow (+ (expm1 (log1p (- z))) 7.5) (+ (- 1.0 z) -0.5)))
    (exp (+ (+ -6.0 (+ z -1.0)) -0.5)))
   (+
    (-
     (+
      (- 0.9999999999998099 (/ -676.5203681218851 (- 1.0 z)))
      (/ -1259.1392167224028 (+ 1.0 (- 1.0 z))))
     (+ (/ -771.3234287776531 (- 3.0 z)) (/ 176.6150291621406 (- 4.0 z))))
    (-
     (/ 12.507343278686905 (- 5.0 z))
     (+
      (/ 0.13857109526572012 (- 6.0 z))
      (+
       (/ -9.984369578019572e-6 (- 7.0 z))
       (/ -1.5056327351493116e-7 (- 8.0 z)))))))))
double code(double z) {
	return (((double) M_PI) / sin((((double) M_PI) * z))) * (((sqrt((((double) M_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))));
}
double code(double z) {
	return (((double) M_PI) / sin((((double) M_PI) * z))) * (((sqrt((((double) M_PI) * 2.0)) * pow((expm1(log1p(-z)) + 7.5), ((1.0 - z) + -0.5))) * exp(((-6.0 + (z + -1.0)) + -0.5))) * ((((0.9999999999998099 - (-676.5203681218851 / (1.0 - z))) + (-1259.1392167224028 / (1.0 + (1.0 - z)))) - ((-771.3234287776531 / (3.0 - z)) + (176.6150291621406 / (4.0 - z)))) + ((12.507343278686905 / (5.0 - z)) - ((0.13857109526572012 / (6.0 - z)) + ((-9.984369578019572e-6 / (7.0 - z)) + (-1.5056327351493116e-7 / (8.0 - z)))))));
}
public static double code(double z) {
	return (Math.PI / Math.sin((Math.PI * z))) * (((Math.sqrt((Math.PI * 2.0)) * Math.pow(((((1.0 - z) - 1.0) + 7.0) + 0.5), (((1.0 - z) - 1.0) + 0.5))) * Math.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))));
}
public static double code(double z) {
	return (Math.PI / Math.sin((Math.PI * z))) * (((Math.sqrt((Math.PI * 2.0)) * Math.pow((Math.expm1(Math.log1p(-z)) + 7.5), ((1.0 - z) + -0.5))) * Math.exp(((-6.0 + (z + -1.0)) + -0.5))) * ((((0.9999999999998099 - (-676.5203681218851 / (1.0 - z))) + (-1259.1392167224028 / (1.0 + (1.0 - z)))) - ((-771.3234287776531 / (3.0 - z)) + (176.6150291621406 / (4.0 - z)))) + ((12.507343278686905 / (5.0 - z)) - ((0.13857109526572012 / (6.0 - z)) + ((-9.984369578019572e-6 / (7.0 - z)) + (-1.5056327351493116e-7 / (8.0 - z)))))));
}
def code(z):
	return (math.pi / math.sin((math.pi * z))) * (((math.sqrt((math.pi * 2.0)) * math.pow(((((1.0 - z) - 1.0) + 7.0) + 0.5), (((1.0 - z) - 1.0) + 0.5))) * math.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))))
def code(z):
	return (math.pi / math.sin((math.pi * z))) * (((math.sqrt((math.pi * 2.0)) * math.pow((math.expm1(math.log1p(-z)) + 7.5), ((1.0 - z) + -0.5))) * math.exp(((-6.0 + (z + -1.0)) + -0.5))) * ((((0.9999999999998099 - (-676.5203681218851 / (1.0 - z))) + (-1259.1392167224028 / (1.0 + (1.0 - z)))) - ((-771.3234287776531 / (3.0 - z)) + (176.6150291621406 / (4.0 - z)))) + ((12.507343278686905 / (5.0 - z)) - ((0.13857109526572012 / (6.0 - z)) + ((-9.984369578019572e-6 / (7.0 - z)) + (-1.5056327351493116e-7 / (8.0 - z)))))))
function code(z)
	return Float64(Float64(pi / sin(Float64(pi * z))) * Float64(Float64(Float64(sqrt(Float64(pi * 2.0)) * (Float64(Float64(Float64(Float64(1.0 - z) - 1.0) + 7.0) + 0.5) ^ Float64(Float64(Float64(1.0 - z) - 1.0) + 0.5))) * exp(Float64(-Float64(Float64(Float64(Float64(1.0 - z) - 1.0) + 7.0) + 0.5)))) * Float64(Float64(Float64(Float64(Float64(Float64(Float64(Float64(0.9999999999998099 + Float64(676.5203681218851 / Float64(Float64(Float64(1.0 - z) - 1.0) + 1.0))) + Float64(-1259.1392167224028 / Float64(Float64(Float64(1.0 - z) - 1.0) + 2.0))) + Float64(771.3234287776531 / Float64(Float64(Float64(1.0 - z) - 1.0) + 3.0))) + Float64(-176.6150291621406 / Float64(Float64(Float64(1.0 - z) - 1.0) + 4.0))) + Float64(12.507343278686905 / Float64(Float64(Float64(1.0 - z) - 1.0) + 5.0))) + Float64(-0.13857109526572012 / Float64(Float64(Float64(1.0 - z) - 1.0) + 6.0))) + Float64(9.984369578019572e-6 / Float64(Float64(Float64(1.0 - z) - 1.0) + 7.0))) + Float64(1.5056327351493116e-7 / Float64(Float64(Float64(1.0 - z) - 1.0) + 8.0)))))
end
function code(z)
	return Float64(Float64(pi / sin(Float64(pi * z))) * Float64(Float64(Float64(sqrt(Float64(pi * 2.0)) * (Float64(expm1(log1p(Float64(-z))) + 7.5) ^ Float64(Float64(1.0 - z) + -0.5))) * exp(Float64(Float64(-6.0 + Float64(z + -1.0)) + -0.5))) * Float64(Float64(Float64(Float64(0.9999999999998099 - Float64(-676.5203681218851 / Float64(1.0 - z))) + Float64(-1259.1392167224028 / Float64(1.0 + Float64(1.0 - z)))) - Float64(Float64(-771.3234287776531 / Float64(3.0 - z)) + Float64(176.6150291621406 / Float64(4.0 - z)))) + Float64(Float64(12.507343278686905 / Float64(5.0 - z)) - Float64(Float64(0.13857109526572012 / Float64(6.0 - z)) + Float64(Float64(-9.984369578019572e-6 / Float64(7.0 - z)) + Float64(-1.5056327351493116e-7 / Float64(8.0 - z))))))))
end
code[z_] := N[(N[(Pi / N[Sin[N[(Pi * z), $MachinePrecision]], $MachinePrecision]), $MachinePrecision] * N[(N[(N[(N[Sqrt[N[(Pi * 2.0), $MachinePrecision]], $MachinePrecision] * N[Power[N[(N[(N[(N[(1.0 - z), $MachinePrecision] - 1.0), $MachinePrecision] + 7.0), $MachinePrecision] + 0.5), $MachinePrecision], N[(N[(N[(1.0 - z), $MachinePrecision] - 1.0), $MachinePrecision] + 0.5), $MachinePrecision]], $MachinePrecision]), $MachinePrecision] * N[Exp[(-N[(N[(N[(N[(1.0 - z), $MachinePrecision] - 1.0), $MachinePrecision] + 7.0), $MachinePrecision] + 0.5), $MachinePrecision])], $MachinePrecision]), $MachinePrecision] * N[(N[(N[(N[(N[(N[(N[(N[(0.9999999999998099 + N[(676.5203681218851 / N[(N[(N[(1.0 - z), $MachinePrecision] - 1.0), $MachinePrecision] + 1.0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(-1259.1392167224028 / N[(N[(N[(1.0 - z), $MachinePrecision] - 1.0), $MachinePrecision] + 2.0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(771.3234287776531 / N[(N[(N[(1.0 - z), $MachinePrecision] - 1.0), $MachinePrecision] + 3.0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(-176.6150291621406 / N[(N[(N[(1.0 - z), $MachinePrecision] - 1.0), $MachinePrecision] + 4.0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(12.507343278686905 / N[(N[(N[(1.0 - z), $MachinePrecision] - 1.0), $MachinePrecision] + 5.0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(-0.13857109526572012 / N[(N[(N[(1.0 - z), $MachinePrecision] - 1.0), $MachinePrecision] + 6.0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(9.984369578019572e-6 / N[(N[(N[(1.0 - z), $MachinePrecision] - 1.0), $MachinePrecision] + 7.0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(1.5056327351493116e-7 / N[(N[(N[(1.0 - z), $MachinePrecision] - 1.0), $MachinePrecision] + 8.0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]
code[z_] := N[(N[(Pi / N[Sin[N[(Pi * z), $MachinePrecision]], $MachinePrecision]), $MachinePrecision] * N[(N[(N[(N[Sqrt[N[(Pi * 2.0), $MachinePrecision]], $MachinePrecision] * N[Power[N[(N[(Exp[N[Log[1 + (-z)], $MachinePrecision]] - 1), $MachinePrecision] + 7.5), $MachinePrecision], N[(N[(1.0 - z), $MachinePrecision] + -0.5), $MachinePrecision]], $MachinePrecision]), $MachinePrecision] * N[Exp[N[(N[(-6.0 + N[(z + -1.0), $MachinePrecision]), $MachinePrecision] + -0.5), $MachinePrecision]], $MachinePrecision]), $MachinePrecision] * N[(N[(N[(N[(0.9999999999998099 - N[(-676.5203681218851 / N[(1.0 - z), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(-1259.1392167224028 / N[(1.0 + N[(1.0 - z), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] - N[(N[(-771.3234287776531 / N[(3.0 - z), $MachinePrecision]), $MachinePrecision] + N[(176.6150291621406 / N[(4.0 - z), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(N[(12.507343278686905 / N[(5.0 - z), $MachinePrecision]), $MachinePrecision] - N[(N[(0.13857109526572012 / N[(6.0 - z), $MachinePrecision]), $MachinePrecision] + N[(N[(-9.984369578019572e-6 / N[(7.0 - z), $MachinePrecision]), $MachinePrecision] + N[(-1.5056327351493116e-7 / N[(8.0 - z), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]
\frac{\pi}{\sin \left(\pi \cdot z\right)} \cdot \left(\left(\left(\sqrt{\pi \cdot 2} \cdot {\left(\left(\left(\left(1 - z\right) - 1\right) + 7\right) + 0.5\right)}^{\left(\left(\left(1 - z\right) - 1\right) + 0.5\right)}\right) \cdot e^{-\left(\left(\left(\left(1 - z\right) - 1\right) + 7\right) + 0.5\right)}\right) \cdot \left(\left(\left(\left(\left(\left(\left(\left(0.9999999999998099 + \frac{676.5203681218851}{\left(\left(1 - z\right) - 1\right) + 1}\right) + \frac{-1259.1392167224028}{\left(\left(1 - z\right) - 1\right) + 2}\right) + \frac{771.3234287776531}{\left(\left(1 - z\right) - 1\right) + 3}\right) + \frac{-176.6150291621406}{\left(\left(1 - z\right) - 1\right) + 4}\right) + \frac{12.507343278686905}{\left(\left(1 - z\right) - 1\right) + 5}\right) + \frac{-0.13857109526572012}{\left(\left(1 - z\right) - 1\right) + 6}\right) + \frac{9.984369578019572 \cdot 10^{-6}}{\left(\left(1 - z\right) - 1\right) + 7}\right) + \frac{1.5056327351493116 \cdot 10^{-7}}{\left(\left(1 - z\right) - 1\right) + 8}\right)\right)
\frac{\pi}{\sin \left(\pi \cdot z\right)} \cdot \left(\left(\left(\sqrt{\pi \cdot 2} \cdot {\left(\mathsf{expm1}\left(\mathsf{log1p}\left(-z\right)\right) + 7.5\right)}^{\left(\left(1 - z\right) + -0.5\right)}\right) \cdot e^{\left(-6 + \left(z + -1\right)\right) + -0.5}\right) \cdot \left(\left(\left(\left(0.9999999999998099 - \frac{-676.5203681218851}{1 - z}\right) + \frac{-1259.1392167224028}{1 + \left(1 - z\right)}\right) - \left(\frac{-771.3234287776531}{3 - z} + \frac{176.6150291621406}{4 - z}\right)\right) + \left(\frac{12.507343278686905}{5 - z} - \left(\frac{0.13857109526572012}{6 - z} + \left(\frac{-9.984369578019572 \cdot 10^{-6}}{7 - z} + \frac{-1.5056327351493116 \cdot 10^{-7}}{8 - z}\right)\right)\right)\right)\right)

Error

Try it out

Your Program's Arguments

Results

Enter valid numbers for all inputs

Derivation

  1. Initial program 1.7

    \[\frac{\pi}{\sin \left(\pi \cdot z\right)} \cdot \left(\left(\left(\sqrt{\pi \cdot 2} \cdot {\left(\left(\left(\left(1 - z\right) - 1\right) + 7\right) + 0.5\right)}^{\left(\left(\left(1 - z\right) - 1\right) + 0.5\right)}\right) \cdot e^{-\left(\left(\left(\left(1 - z\right) - 1\right) + 7\right) + 0.5\right)}\right) \cdot \left(\left(\left(\left(\left(\left(\left(\left(0.9999999999998099 + \frac{676.5203681218851}{\left(\left(1 - z\right) - 1\right) + 1}\right) + \frac{-1259.1392167224028}{\left(\left(1 - z\right) - 1\right) + 2}\right) + \frac{771.3234287776531}{\left(\left(1 - z\right) - 1\right) + 3}\right) + \frac{-176.6150291621406}{\left(\left(1 - z\right) - 1\right) + 4}\right) + \frac{12.507343278686905}{\left(\left(1 - z\right) - 1\right) + 5}\right) + \frac{-0.13857109526572012}{\left(\left(1 - z\right) - 1\right) + 6}\right) + \frac{9.984369578019572 \cdot 10^{-6}}{\left(\left(1 - z\right) - 1\right) + 7}\right) + \frac{1.5056327351493116 \cdot 10^{-7}}{\left(\left(1 - z\right) - 1\right) + 8}\right)\right) \]
  2. Simplified0.5

    \[\leadsto \color{blue}{\frac{\pi}{\sin \left(\pi \cdot z\right)} \cdot \left(\left(\left(\sqrt{\pi \cdot 2} \cdot {\left(\left(\left(1 - z\right) + -1\right) + 7.5\right)}^{\left(\left(1 - z\right) - 0.5\right)}\right) \cdot e^{\left(-\left(\left(1 - z\right) - -6\right)\right) + -0.5}\right) \cdot \left(\left(\left(\left(\left(0.9999999999998099 + \frac{676.5203681218851}{\left(1 - z\right) - 0}\right) + \frac{-1259.1392167224028}{\left(1 - z\right) - -1}\right) + \left(\frac{771.3234287776531}{\left(1 - z\right) - -2} + \frac{-176.6150291621406}{\left(1 - z\right) - -3}\right)\right) + \left(\frac{12.507343278686905}{\left(1 - z\right) - -4} + \frac{-0.13857109526572012}{\left(1 - z\right) - -5}\right)\right) + \left(\frac{9.984369578019572 \cdot 10^{-6}}{\left(1 - z\right) - -6} + \frac{1.5056327351493116 \cdot 10^{-7}}{\left(1 - z\right) - -7}\right)\right)\right)} \]
    Proof
    (*.f64 (/.f64 (PI.f64) (sin.f64 (*.f64 (PI.f64) z))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (PI.f64) 2)) (pow.f64 (+.f64 (+.f64 (-.f64 1 z) -1) 15/2) (-.f64 (-.f64 1 z) 1/2))) (exp.f64 (+.f64 (neg.f64 (-.f64 (-.f64 1 z) -6)) -1/2))) (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (/.f64 6765203681218851/10000000000000 (-.f64 (-.f64 1 z) 0))) (/.f64 -3147848041806007/2500000000000 (-.f64 (-.f64 1 z) -1))) (+.f64 (/.f64 7713234287776531/10000000000000 (-.f64 (-.f64 1 z) -2)) (/.f64 -883075145810703/5000000000000 (-.f64 (-.f64 1 z) -3)))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 (-.f64 1 z) -4)) (/.f64 -3464277381643003/25000000000000000 (-.f64 (-.f64 1 z) -5)))) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 (-.f64 1 z) -6)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 (-.f64 1 z) -7)))))): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (PI.f64) (sin.f64 (*.f64 (PI.f64) z))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (PI.f64) 2)) (pow.f64 (+.f64 (+.f64 (-.f64 1 z) (Rewrite<= metadata-eval (neg.f64 1))) 15/2) (-.f64 (-.f64 1 z) 1/2))) (exp.f64 (+.f64 (neg.f64 (-.f64 (-.f64 1 z) -6)) -1/2))) (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (/.f64 6765203681218851/10000000000000 (-.f64 (-.f64 1 z) 0))) (/.f64 -3147848041806007/2500000000000 (-.f64 (-.f64 1 z) -1))) (+.f64 (/.f64 7713234287776531/10000000000000 (-.f64 (-.f64 1 z) -2)) (/.f64 -883075145810703/5000000000000 (-.f64 (-.f64 1 z) -3)))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 (-.f64 1 z) -4)) (/.f64 -3464277381643003/25000000000000000 (-.f64 (-.f64 1 z) -5)))) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 (-.f64 1 z) -6)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 (-.f64 1 z) -7)))))): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (PI.f64) (sin.f64 (*.f64 (PI.f64) z))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (PI.f64) 2)) (pow.f64 (+.f64 (Rewrite<= sub-neg_binary64 (-.f64 (-.f64 1 z) 1)) 15/2) (-.f64 (-.f64 1 z) 1/2))) (exp.f64 (+.f64 (neg.f64 (-.f64 (-.f64 1 z) -6)) -1/2))) (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (/.f64 6765203681218851/10000000000000 (-.f64 (-.f64 1 z) 0))) (/.f64 -3147848041806007/2500000000000 (-.f64 (-.f64 1 z) -1))) (+.f64 (/.f64 7713234287776531/10000000000000 (-.f64 (-.f64 1 z) -2)) (/.f64 -883075145810703/5000000000000 (-.f64 (-.f64 1 z) -3)))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 (-.f64 1 z) -4)) (/.f64 -3464277381643003/25000000000000000 (-.f64 (-.f64 1 z) -5)))) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 (-.f64 1 z) -6)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 (-.f64 1 z) -7)))))): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (PI.f64) (sin.f64 (*.f64 (PI.f64) z))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (PI.f64) 2)) (pow.f64 (+.f64 (-.f64 (-.f64 1 z) 1) (Rewrite<= metadata-eval (+.f64 7 1/2))) (-.f64 (-.f64 1 z) 1/2))) (exp.f64 (+.f64 (neg.f64 (-.f64 (-.f64 1 z) -6)) -1/2))) (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (/.f64 6765203681218851/10000000000000 (-.f64 (-.f64 1 z) 0))) (/.f64 -3147848041806007/2500000000000 (-.f64 (-.f64 1 z) -1))) (+.f64 (/.f64 7713234287776531/10000000000000 (-.f64 (-.f64 1 z) -2)) (/.f64 -883075145810703/5000000000000 (-.f64 (-.f64 1 z) -3)))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 (-.f64 1 z) -4)) (/.f64 -3464277381643003/25000000000000000 (-.f64 (-.f64 1 z) -5)))) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 (-.f64 1 z) -6)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 (-.f64 1 z) -7)))))): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (PI.f64) (sin.f64 (*.f64 (PI.f64) z))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (PI.f64) 2)) (pow.f64 (Rewrite<= associate-+l+_binary64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2)) (-.f64 (-.f64 1 z) 1/2))) (exp.f64 (+.f64 (neg.f64 (-.f64 (-.f64 1 z) -6)) -1/2))) (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (/.f64 6765203681218851/10000000000000 (-.f64 (-.f64 1 z) 0))) (/.f64 -3147848041806007/2500000000000 (-.f64 (-.f64 1 z) -1))) (+.f64 (/.f64 7713234287776531/10000000000000 (-.f64 (-.f64 1 z) -2)) (/.f64 -883075145810703/5000000000000 (-.f64 (-.f64 1 z) -3)))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 (-.f64 1 z) -4)) (/.f64 -3464277381643003/25000000000000000 (-.f64 (-.f64 1 z) -5)))) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 (-.f64 1 z) -6)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 (-.f64 1 z) -7)))))): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (PI.f64) (sin.f64 (*.f64 (PI.f64) z))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (PI.f64) 2)) (pow.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2) (-.f64 (-.f64 1 z) (Rewrite<= metadata-eval (-.f64 1 1/2))))) (exp.f64 (+.f64 (neg.f64 (-.f64 (-.f64 1 z) -6)) -1/2))) (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (/.f64 6765203681218851/10000000000000 (-.f64 (-.f64 1 z) 0))) (/.f64 -3147848041806007/2500000000000 (-.f64 (-.f64 1 z) -1))) (+.f64 (/.f64 7713234287776531/10000000000000 (-.f64 (-.f64 1 z) -2)) (/.f64 -883075145810703/5000000000000 (-.f64 (-.f64 1 z) -3)))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 (-.f64 1 z) -4)) (/.f64 -3464277381643003/25000000000000000 (-.f64 (-.f64 1 z) -5)))) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 (-.f64 1 z) -6)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 (-.f64 1 z) -7)))))): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (PI.f64) (sin.f64 (*.f64 (PI.f64) z))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (PI.f64) 2)) (pow.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2) (Rewrite<= associate-+l-_binary64 (+.f64 (-.f64 (-.f64 1 z) 1) 1/2)))) (exp.f64 (+.f64 (neg.f64 (-.f64 (-.f64 1 z) -6)) -1/2))) (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (/.f64 6765203681218851/10000000000000 (-.f64 (-.f64 1 z) 0))) (/.f64 -3147848041806007/2500000000000 (-.f64 (-.f64 1 z) -1))) (+.f64 (/.f64 7713234287776531/10000000000000 (-.f64 (-.f64 1 z) -2)) (/.f64 -883075145810703/5000000000000 (-.f64 (-.f64 1 z) -3)))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 (-.f64 1 z) -4)) (/.f64 -3464277381643003/25000000000000000 (-.f64 (-.f64 1 z) -5)))) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 (-.f64 1 z) -6)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 (-.f64 1 z) -7)))))): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (PI.f64) (sin.f64 (*.f64 (PI.f64) z))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (PI.f64) 2)) (pow.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2) (+.f64 (-.f64 (-.f64 1 z) 1) 1/2))) (exp.f64 (+.f64 (neg.f64 (-.f64 (-.f64 1 z) (Rewrite<= metadata-eval (-.f64 1 7)))) -1/2))) (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (/.f64 6765203681218851/10000000000000 (-.f64 (-.f64 1 z) 0))) (/.f64 -3147848041806007/2500000000000 (-.f64 (-.f64 1 z) -1))) (+.f64 (/.f64 7713234287776531/10000000000000 (-.f64 (-.f64 1 z) -2)) (/.f64 -883075145810703/5000000000000 (-.f64 (-.f64 1 z) -3)))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 (-.f64 1 z) -4)) (/.f64 -3464277381643003/25000000000000000 (-.f64 (-.f64 1 z) -5)))) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 (-.f64 1 z) -6)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 (-.f64 1 z) -7)))))): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (PI.f64) (sin.f64 (*.f64 (PI.f64) z))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (PI.f64) 2)) (pow.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2) (+.f64 (-.f64 (-.f64 1 z) 1) 1/2))) (exp.f64 (+.f64 (neg.f64 (Rewrite<= associate-+l-_binary64 (+.f64 (-.f64 (-.f64 1 z) 1) 7))) -1/2))) (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (/.f64 6765203681218851/10000000000000 (-.f64 (-.f64 1 z) 0))) (/.f64 -3147848041806007/2500000000000 (-.f64 (-.f64 1 z) -1))) (+.f64 (/.f64 7713234287776531/10000000000000 (-.f64 (-.f64 1 z) -2)) (/.f64 -883075145810703/5000000000000 (-.f64 (-.f64 1 z) -3)))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 (-.f64 1 z) -4)) (/.f64 -3464277381643003/25000000000000000 (-.f64 (-.f64 1 z) -5)))) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 (-.f64 1 z) -6)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 (-.f64 1 z) -7)))))): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (PI.f64) (sin.f64 (*.f64 (PI.f64) z))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (PI.f64) 2)) (pow.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2) (+.f64 (-.f64 (-.f64 1 z) 1) 1/2))) (exp.f64 (+.f64 (neg.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7)) (Rewrite<= metadata-eval (neg.f64 1/2))))) (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (/.f64 6765203681218851/10000000000000 (-.f64 (-.f64 1 z) 0))) (/.f64 -3147848041806007/2500000000000 (-.f64 (-.f64 1 z) -1))) (+.f64 (/.f64 7713234287776531/10000000000000 (-.f64 (-.f64 1 z) -2)) (/.f64 -883075145810703/5000000000000 (-.f64 (-.f64 1 z) -3)))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 (-.f64 1 z) -4)) (/.f64 -3464277381643003/25000000000000000 (-.f64 (-.f64 1 z) -5)))) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 (-.f64 1 z) -6)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 (-.f64 1 z) -7)))))): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (PI.f64) (sin.f64 (*.f64 (PI.f64) z))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (PI.f64) 2)) (pow.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2) (+.f64 (-.f64 (-.f64 1 z) 1) 1/2))) (exp.f64 (Rewrite<= distribute-neg-in_binary64 (neg.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2))))) (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (/.f64 6765203681218851/10000000000000 (-.f64 (-.f64 1 z) 0))) (/.f64 -3147848041806007/2500000000000 (-.f64 (-.f64 1 z) -1))) (+.f64 (/.f64 7713234287776531/10000000000000 (-.f64 (-.f64 1 z) -2)) (/.f64 -883075145810703/5000000000000 (-.f64 (-.f64 1 z) -3)))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 (-.f64 1 z) -4)) (/.f64 -3464277381643003/25000000000000000 (-.f64 (-.f64 1 z) -5)))) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 (-.f64 1 z) -6)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 (-.f64 1 z) -7)))))): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (PI.f64) (sin.f64 (*.f64 (PI.f64) z))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (PI.f64) 2)) (pow.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2) (+.f64 (-.f64 (-.f64 1 z) 1) 1/2))) (exp.f64 (neg.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2)))) (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (/.f64 6765203681218851/10000000000000 (-.f64 (-.f64 1 z) (Rewrite<= metadata-eval (-.f64 1 1))))) (/.f64 -3147848041806007/2500000000000 (-.f64 (-.f64 1 z) -1))) (+.f64 (/.f64 7713234287776531/10000000000000 (-.f64 (-.f64 1 z) -2)) (/.f64 -883075145810703/5000000000000 (-.f64 (-.f64 1 z) -3)))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 (-.f64 1 z) -4)) (/.f64 -3464277381643003/25000000000000000 (-.f64 (-.f64 1 z) -5)))) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 (-.f64 1 z) -6)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 (-.f64 1 z) -7)))))): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (PI.f64) (sin.f64 (*.f64 (PI.f64) z))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (PI.f64) 2)) (pow.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2) (+.f64 (-.f64 (-.f64 1 z) 1) 1/2))) (exp.f64 (neg.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2)))) (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (/.f64 6765203681218851/10000000000000 (Rewrite<= associate-+l-_binary64 (+.f64 (-.f64 (-.f64 1 z) 1) 1)))) (/.f64 -3147848041806007/2500000000000 (-.f64 (-.f64 1 z) -1))) (+.f64 (/.f64 7713234287776531/10000000000000 (-.f64 (-.f64 1 z) -2)) (/.f64 -883075145810703/5000000000000 (-.f64 (-.f64 1 z) -3)))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 (-.f64 1 z) -4)) (/.f64 -3464277381643003/25000000000000000 (-.f64 (-.f64 1 z) -5)))) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 (-.f64 1 z) -6)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 (-.f64 1 z) -7)))))): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (PI.f64) (sin.f64 (*.f64 (PI.f64) z))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (PI.f64) 2)) (pow.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2) (+.f64 (-.f64 (-.f64 1 z) 1) 1/2))) (exp.f64 (neg.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2)))) (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (/.f64 6765203681218851/10000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 1))) (/.f64 -3147848041806007/2500000000000 (-.f64 (-.f64 1 z) (Rewrite<= metadata-eval (-.f64 1 2))))) (+.f64 (/.f64 7713234287776531/10000000000000 (-.f64 (-.f64 1 z) -2)) (/.f64 -883075145810703/5000000000000 (-.f64 (-.f64 1 z) -3)))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 (-.f64 1 z) -4)) (/.f64 -3464277381643003/25000000000000000 (-.f64 (-.f64 1 z) -5)))) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 (-.f64 1 z) -6)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 (-.f64 1 z) -7)))))): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (PI.f64) (sin.f64 (*.f64 (PI.f64) z))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (PI.f64) 2)) (pow.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2) (+.f64 (-.f64 (-.f64 1 z) 1) 1/2))) (exp.f64 (neg.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2)))) (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (/.f64 6765203681218851/10000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 1))) (/.f64 -3147848041806007/2500000000000 (Rewrite<= associate-+l-_binary64 (+.f64 (-.f64 (-.f64 1 z) 1) 2)))) (+.f64 (/.f64 7713234287776531/10000000000000 (-.f64 (-.f64 1 z) -2)) (/.f64 -883075145810703/5000000000000 (-.f64 (-.f64 1 z) -3)))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 (-.f64 1 z) -4)) (/.f64 -3464277381643003/25000000000000000 (-.f64 (-.f64 1 z) -5)))) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 (-.f64 1 z) -6)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 (-.f64 1 z) -7)))))): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (PI.f64) (sin.f64 (*.f64 (PI.f64) z))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (PI.f64) 2)) (pow.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2) (+.f64 (-.f64 (-.f64 1 z) 1) 1/2))) (exp.f64 (neg.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2)))) (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (/.f64 6765203681218851/10000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 1))) (/.f64 -3147848041806007/2500000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 2))) (+.f64 (/.f64 7713234287776531/10000000000000 (-.f64 (-.f64 1 z) (Rewrite<= metadata-eval (-.f64 1 3)))) (/.f64 -883075145810703/5000000000000 (-.f64 (-.f64 1 z) -3)))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 (-.f64 1 z) -4)) (/.f64 -3464277381643003/25000000000000000 (-.f64 (-.f64 1 z) -5)))) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 (-.f64 1 z) -6)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 (-.f64 1 z) -7)))))): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (PI.f64) (sin.f64 (*.f64 (PI.f64) z))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (PI.f64) 2)) (pow.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2) (+.f64 (-.f64 (-.f64 1 z) 1) 1/2))) (exp.f64 (neg.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2)))) (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (/.f64 6765203681218851/10000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 1))) (/.f64 -3147848041806007/2500000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 2))) (+.f64 (/.f64 7713234287776531/10000000000000 (Rewrite<= associate-+l-_binary64 (+.f64 (-.f64 (-.f64 1 z) 1) 3))) (/.f64 -883075145810703/5000000000000 (-.f64 (-.f64 1 z) -3)))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 (-.f64 1 z) -4)) (/.f64 -3464277381643003/25000000000000000 (-.f64 (-.f64 1 z) -5)))) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 (-.f64 1 z) -6)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 (-.f64 1 z) -7)))))): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (PI.f64) (sin.f64 (*.f64 (PI.f64) z))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (PI.f64) 2)) (pow.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2) (+.f64 (-.f64 (-.f64 1 z) 1) 1/2))) (exp.f64 (neg.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2)))) (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (/.f64 6765203681218851/10000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 1))) (/.f64 -3147848041806007/2500000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 2))) (+.f64 (/.f64 7713234287776531/10000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 3)) (/.f64 -883075145810703/5000000000000 (-.f64 (-.f64 1 z) (Rewrite<= metadata-eval (-.f64 1 4)))))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 (-.f64 1 z) -4)) (/.f64 -3464277381643003/25000000000000000 (-.f64 (-.f64 1 z) -5)))) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 (-.f64 1 z) -6)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 (-.f64 1 z) -7)))))): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (PI.f64) (sin.f64 (*.f64 (PI.f64) z))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (PI.f64) 2)) (pow.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2) (+.f64 (-.f64 (-.f64 1 z) 1) 1/2))) (exp.f64 (neg.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2)))) (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (/.f64 6765203681218851/10000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 1))) (/.f64 -3147848041806007/2500000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 2))) (+.f64 (/.f64 7713234287776531/10000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 3)) (/.f64 -883075145810703/5000000000000 (Rewrite<= associate-+l-_binary64 (+.f64 (-.f64 (-.f64 1 z) 1) 4))))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 (-.f64 1 z) -4)) (/.f64 -3464277381643003/25000000000000000 (-.f64 (-.f64 1 z) -5)))) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 (-.f64 1 z) -6)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 (-.f64 1 z) -7)))))): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (PI.f64) (sin.f64 (*.f64 (PI.f64) z))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (PI.f64) 2)) (pow.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2) (+.f64 (-.f64 (-.f64 1 z) 1) 1/2))) (exp.f64 (neg.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2)))) (+.f64 (+.f64 (Rewrite<= associate-+l+_binary64 (+.f64 (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (/.f64 6765203681218851/10000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 1))) (/.f64 -3147848041806007/2500000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 2))) (/.f64 7713234287776531/10000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 3))) (/.f64 -883075145810703/5000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 4)))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 (-.f64 1 z) -4)) (/.f64 -3464277381643003/25000000000000000 (-.f64 (-.f64 1 z) -5)))) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 (-.f64 1 z) -6)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 (-.f64 1 z) -7)))))): 159 points increase in error, 30 points decrease in error
    (*.f64 (/.f64 (PI.f64) (sin.f64 (*.f64 (PI.f64) z))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (PI.f64) 2)) (pow.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2) (+.f64 (-.f64 (-.f64 1 z) 1) 1/2))) (exp.f64 (neg.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2)))) (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (/.f64 6765203681218851/10000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 1))) (/.f64 -3147848041806007/2500000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 2))) (/.f64 7713234287776531/10000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 3))) (/.f64 -883075145810703/5000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 4))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 (-.f64 1 z) (Rewrite<= metadata-eval (-.f64 1 5)))) (/.f64 -3464277381643003/25000000000000000 (-.f64 (-.f64 1 z) -5)))) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 (-.f64 1 z) -6)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 (-.f64 1 z) -7)))))): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (PI.f64) (sin.f64 (*.f64 (PI.f64) z))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (PI.f64) 2)) (pow.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2) (+.f64 (-.f64 (-.f64 1 z) 1) 1/2))) (exp.f64 (neg.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2)))) (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (/.f64 6765203681218851/10000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 1))) (/.f64 -3147848041806007/2500000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 2))) (/.f64 7713234287776531/10000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 3))) (/.f64 -883075145810703/5000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 4))) (+.f64 (/.f64 2501468655737381/200000000000000 (Rewrite<= associate-+l-_binary64 (+.f64 (-.f64 (-.f64 1 z) 1) 5))) (/.f64 -3464277381643003/25000000000000000 (-.f64 (-.f64 1 z) -5)))) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 (-.f64 1 z) -6)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 (-.f64 1 z) -7)))))): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (PI.f64) (sin.f64 (*.f64 (PI.f64) z))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (PI.f64) 2)) (pow.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2) (+.f64 (-.f64 (-.f64 1 z) 1) 1/2))) (exp.f64 (neg.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2)))) (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (/.f64 6765203681218851/10000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 1))) (/.f64 -3147848041806007/2500000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 2))) (/.f64 7713234287776531/10000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 3))) (/.f64 -883075145810703/5000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 4))) (+.f64 (/.f64 2501468655737381/200000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 5)) (/.f64 -3464277381643003/25000000000000000 (-.f64 (-.f64 1 z) (Rewrite<= metadata-eval (-.f64 1 6)))))) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 (-.f64 1 z) -6)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 (-.f64 1 z) -7)))))): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (PI.f64) (sin.f64 (*.f64 (PI.f64) z))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (PI.f64) 2)) (pow.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2) (+.f64 (-.f64 (-.f64 1 z) 1) 1/2))) (exp.f64 (neg.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2)))) (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (/.f64 6765203681218851/10000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 1))) (/.f64 -3147848041806007/2500000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 2))) (/.f64 7713234287776531/10000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 3))) (/.f64 -883075145810703/5000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 4))) (+.f64 (/.f64 2501468655737381/200000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 5)) (/.f64 -3464277381643003/25000000000000000 (Rewrite<= associate-+l-_binary64 (+.f64 (-.f64 (-.f64 1 z) 1) 6))))) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 (-.f64 1 z) -6)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 (-.f64 1 z) -7)))))): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (PI.f64) (sin.f64 (*.f64 (PI.f64) z))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (PI.f64) 2)) (pow.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2) (+.f64 (-.f64 (-.f64 1 z) 1) 1/2))) (exp.f64 (neg.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2)))) (+.f64 (Rewrite<= associate-+l+_binary64 (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (/.f64 6765203681218851/10000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 1))) (/.f64 -3147848041806007/2500000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 2))) (/.f64 7713234287776531/10000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 3))) (/.f64 -883075145810703/5000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 4))) (/.f64 2501468655737381/200000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 5))) (/.f64 -3464277381643003/25000000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 6)))) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 (-.f64 1 z) -6)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 (-.f64 1 z) -7)))))): 1 points increase in error, 2 points decrease in error
    (*.f64 (/.f64 (PI.f64) (sin.f64 (*.f64 (PI.f64) z))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (PI.f64) 2)) (pow.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2) (+.f64 (-.f64 (-.f64 1 z) 1) 1/2))) (exp.f64 (neg.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2)))) (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (/.f64 6765203681218851/10000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 1))) (/.f64 -3147848041806007/2500000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 2))) (/.f64 7713234287776531/10000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 3))) (/.f64 -883075145810703/5000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 4))) (/.f64 2501468655737381/200000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 5))) (/.f64 -3464277381643003/25000000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 6))) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 (-.f64 1 z) (Rewrite<= metadata-eval (-.f64 1 7)))) (/.f64 3764081837873279/25000000000000000000000 (-.f64 (-.f64 1 z) -7)))))): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (PI.f64) (sin.f64 (*.f64 (PI.f64) z))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (PI.f64) 2)) (pow.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2) (+.f64 (-.f64 (-.f64 1 z) 1) 1/2))) (exp.f64 (neg.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2)))) (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (/.f64 6765203681218851/10000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 1))) (/.f64 -3147848041806007/2500000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 2))) (/.f64 7713234287776531/10000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 3))) (/.f64 -883075145810703/5000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 4))) (/.f64 2501468655737381/200000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 5))) (/.f64 -3464277381643003/25000000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 6))) (+.f64 (/.f64 2496092394504893/250000000000000000000 (Rewrite<= associate-+l-_binary64 (+.f64 (-.f64 (-.f64 1 z) 1) 7))) (/.f64 3764081837873279/25000000000000000000000 (-.f64 (-.f64 1 z) -7)))))): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (PI.f64) (sin.f64 (*.f64 (PI.f64) z))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (PI.f64) 2)) (pow.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2) (+.f64 (-.f64 (-.f64 1 z) 1) 1/2))) (exp.f64 (neg.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2)))) (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (/.f64 6765203681218851/10000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 1))) (/.f64 -3147848041806007/2500000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 2))) (/.f64 7713234287776531/10000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 3))) (/.f64 -883075145810703/5000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 4))) (/.f64 2501468655737381/200000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 5))) (/.f64 -3464277381643003/25000000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 6))) (+.f64 (/.f64 2496092394504893/250000000000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 7)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 (-.f64 1 z) (Rewrite<= metadata-eval (-.f64 1 8)))))))): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (PI.f64) (sin.f64 (*.f64 (PI.f64) z))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (PI.f64) 2)) (pow.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2) (+.f64 (-.f64 (-.f64 1 z) 1) 1/2))) (exp.f64 (neg.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2)))) (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (/.f64 6765203681218851/10000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 1))) (/.f64 -3147848041806007/2500000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 2))) (/.f64 7713234287776531/10000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 3))) (/.f64 -883075145810703/5000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 4))) (/.f64 2501468655737381/200000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 5))) (/.f64 -3464277381643003/25000000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 6))) (+.f64 (/.f64 2496092394504893/250000000000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 7)) (/.f64 3764081837873279/25000000000000000000000 (Rewrite<= associate-+l-_binary64 (+.f64 (-.f64 (-.f64 1 z) 1) 8))))))): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (PI.f64) (sin.f64 (*.f64 (PI.f64) z))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (PI.f64) 2)) (pow.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2) (+.f64 (-.f64 (-.f64 1 z) 1) 1/2))) (exp.f64 (neg.f64 (+.f64 (+.f64 (-.f64 (-.f64 1 z) 1) 7) 1/2)))) (Rewrite<= associate-+l+_binary64 (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (/.f64 6765203681218851/10000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 1))) (/.f64 -3147848041806007/2500000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 2))) (/.f64 7713234287776531/10000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 3))) (/.f64 -883075145810703/5000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 4))) (/.f64 2501468655737381/200000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 5))) (/.f64 -3464277381643003/25000000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 6))) (/.f64 2496092394504893/250000000000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 7))) (/.f64 3764081837873279/25000000000000000000000 (+.f64 (-.f64 (-.f64 1 z) 1) 8)))))): 245 points increase in error, 4 points decrease in error
  3. Applied egg-rr0.5

    \[\leadsto \frac{\pi}{\sin \left(\pi \cdot z\right)} \cdot \left(\left(\left(\sqrt{\pi \cdot 2} \cdot {\left(\color{blue}{\mathsf{expm1}\left(\mathsf{log1p}\left(\left(1 - z\right) + -1\right)\right)} + 7.5\right)}^{\left(\left(1 - z\right) - 0.5\right)}\right) \cdot e^{\left(-\left(\left(1 - z\right) - -6\right)\right) + -0.5}\right) \cdot \left(\left(\left(\left(\left(0.9999999999998099 + \frac{676.5203681218851}{\left(1 - z\right) - 0}\right) + \frac{-1259.1392167224028}{\left(1 - z\right) - -1}\right) + \left(\frac{771.3234287776531}{\left(1 - z\right) - -2} + \frac{-176.6150291621406}{\left(1 - z\right) - -3}\right)\right) + \left(\frac{12.507343278686905}{\left(1 - z\right) - -4} + \frac{-0.13857109526572012}{\left(1 - z\right) - -5}\right)\right) + \left(\frac{9.984369578019572 \cdot 10^{-6}}{\left(1 - z\right) - -6} + \frac{1.5056327351493116 \cdot 10^{-7}}{\left(1 - z\right) - -7}\right)\right)\right) \]
  4. Applied egg-rr0.6

    \[\leadsto \frac{\pi}{\sin \left(\pi \cdot z\right)} \cdot \left(\left(\left(\sqrt{\pi \cdot 2} \cdot {\left(\mathsf{expm1}\left(\mathsf{log1p}\left(\left(1 - z\right) + -1\right)\right) + 7.5\right)}^{\left(\left(1 - z\right) - 0.5\right)}\right) \cdot e^{\left(-\left(\left(1 - z\right) - -6\right)\right) + -0.5}\right) \cdot \left(\left(\left(\color{blue}{\mathsf{log1p}\left(\mathsf{expm1}\left(0.9999999999998099 + \left(\frac{676.5203681218851}{1 - z} + \frac{-1259.1392167224028}{\left(1 - z\right) + 1}\right)\right)\right)} + \left(\frac{771.3234287776531}{\left(1 - z\right) - -2} + \frac{-176.6150291621406}{\left(1 - z\right) - -3}\right)\right) + \left(\frac{12.507343278686905}{\left(1 - z\right) - -4} + \frac{-0.13857109526572012}{\left(1 - z\right) - -5}\right)\right) + \left(\frac{9.984369578019572 \cdot 10^{-6}}{\left(1 - z\right) - -6} + \frac{1.5056327351493116 \cdot 10^{-7}}{\left(1 - z\right) - -7}\right)\right)\right) \]
  5. Taylor expanded in z around 0 0.6

    \[\leadsto \frac{\pi}{\sin \left(\pi \cdot z\right)} \cdot \left(\left(\left(\sqrt{\pi \cdot 2} \cdot {\left(\mathsf{expm1}\left(\mathsf{log1p}\left(\color{blue}{-1 \cdot z}\right)\right) + 7.5\right)}^{\left(\left(1 - z\right) - 0.5\right)}\right) \cdot e^{\left(-\left(\left(1 - z\right) - -6\right)\right) + -0.5}\right) \cdot \left(\left(\left(\mathsf{log1p}\left(\mathsf{expm1}\left(0.9999999999998099 + \left(\frac{676.5203681218851}{1 - z} + \frac{-1259.1392167224028}{\left(1 - z\right) + 1}\right)\right)\right) + \left(\frac{771.3234287776531}{\left(1 - z\right) - -2} + \frac{-176.6150291621406}{\left(1 - z\right) - -3}\right)\right) + \left(\frac{12.507343278686905}{\left(1 - z\right) - -4} + \frac{-0.13857109526572012}{\left(1 - z\right) - -5}\right)\right) + \left(\frac{9.984369578019572 \cdot 10^{-6}}{\left(1 - z\right) - -6} + \frac{1.5056327351493116 \cdot 10^{-7}}{\left(1 - z\right) - -7}\right)\right)\right) \]
  6. Simplified0.6

    \[\leadsto \frac{\pi}{\sin \left(\pi \cdot z\right)} \cdot \left(\left(\left(\sqrt{\pi \cdot 2} \cdot {\left(\mathsf{expm1}\left(\mathsf{log1p}\left(\color{blue}{-z}\right)\right) + 7.5\right)}^{\left(\left(1 - z\right) - 0.5\right)}\right) \cdot e^{\left(-\left(\left(1 - z\right) - -6\right)\right) + -0.5}\right) \cdot \left(\left(\left(\mathsf{log1p}\left(\mathsf{expm1}\left(0.9999999999998099 + \left(\frac{676.5203681218851}{1 - z} + \frac{-1259.1392167224028}{\left(1 - z\right) + 1}\right)\right)\right) + \left(\frac{771.3234287776531}{\left(1 - z\right) - -2} + \frac{-176.6150291621406}{\left(1 - z\right) - -3}\right)\right) + \left(\frac{12.507343278686905}{\left(1 - z\right) - -4} + \frac{-0.13857109526572012}{\left(1 - z\right) - -5}\right)\right) + \left(\frac{9.984369578019572 \cdot 10^{-6}}{\left(1 - z\right) - -6} + \frac{1.5056327351493116 \cdot 10^{-7}}{\left(1 - z\right) - -7}\right)\right)\right) \]
    Proof
    (neg.f64 z): 0 points increase in error, 0 points decrease in error
    (Rewrite<= mul-1-neg_binary64 (*.f64 -1 z)): 0 points increase in error, 0 points decrease in error
  7. Applied egg-rr0.5

    \[\leadsto \frac{\pi}{\sin \left(\pi \cdot z\right)} \cdot \left(\left(\left(\sqrt{\pi \cdot 2} \cdot {\left(\mathsf{expm1}\left(\mathsf{log1p}\left(-z\right)\right) + 7.5\right)}^{\left(\left(1 - z\right) - 0.5\right)}\right) \cdot e^{\left(-\left(\left(1 - z\right) - -6\right)\right) + -0.5}\right) \cdot \color{blue}{\left(1 \cdot \left(\left(\left(0.9999999999998099 + \left(\frac{676.5203681218851}{1 - z} + \frac{-1259.1392167224028}{1 - \left(z - 1\right)}\right)\right) + \left(\frac{771.3234287776531}{\left(1 - z\right) + 2} + \frac{-176.6150291621406}{1 - \left(z + -3\right)}\right)\right) + \left(\left(\frac{12.507343278686905}{1 - \left(z + -4\right)} + \frac{-0.13857109526572012}{\left(1 - z\right) + 5}\right) + \left(\frac{9.984369578019572 \cdot 10^{-6}}{\left(1 - z\right) + 6} + \frac{1.5056327351493116 \cdot 10^{-7}}{1 - \left(z + -7\right)}\right)\right)\right)\right)}\right) \]
  8. Simplified0.5

    \[\leadsto \frac{\pi}{\sin \left(\pi \cdot z\right)} \cdot \left(\left(\left(\sqrt{\pi \cdot 2} \cdot {\left(\mathsf{expm1}\left(\mathsf{log1p}\left(-z\right)\right) + 7.5\right)}^{\left(\left(1 - z\right) - 0.5\right)}\right) \cdot e^{\left(-\left(\left(1 - z\right) - -6\right)\right) + -0.5}\right) \cdot \color{blue}{\left(\left(\left(\frac{-1259.1392167224028}{1 + \left(1 - z\right)} + \left(0.9999999999998099 + \frac{676.5203681218851}{1 - z}\right)\right) + \left(\frac{771.3234287776531}{3 - z} + \frac{-176.6150291621406}{4 - z}\right)\right) + \left(\frac{12.507343278686905}{5 - z} + \left(\frac{-0.13857109526572012}{6 - z} + \left(\frac{9.984369578019572 \cdot 10^{-6}}{7 - z} + \frac{1.5056327351493116 \cdot 10^{-7}}{8 - z}\right)\right)\right)\right)}\right) \]
    Proof
    (+.f64 (+.f64 (+.f64 (/.f64 -3147848041806007/2500000000000 (+.f64 1 (-.f64 1 z))) (+.f64 9999999999998099/10000000000000000 (/.f64 6765203681218851/10000000000000 (-.f64 1 z)))) (+.f64 (/.f64 7713234287776531/10000000000000 (-.f64 3 z)) (/.f64 -883075145810703/5000000000000 (-.f64 4 z)))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 5 z)) (+.f64 (/.f64 -3464277381643003/25000000000000000 (-.f64 6 z)) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 7 z)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 8 z)))))): 0 points increase in error, 0 points decrease in error
    (+.f64 (+.f64 (+.f64 (/.f64 -3147848041806007/2500000000000 (Rewrite=> +-commutative_binary64 (+.f64 (-.f64 1 z) 1))) (+.f64 9999999999998099/10000000000000000 (/.f64 6765203681218851/10000000000000 (-.f64 1 z)))) (+.f64 (/.f64 7713234287776531/10000000000000 (-.f64 3 z)) (/.f64 -883075145810703/5000000000000 (-.f64 4 z)))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 5 z)) (+.f64 (/.f64 -3464277381643003/25000000000000000 (-.f64 6 z)) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 7 z)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 8 z)))))): 0 points increase in error, 0 points decrease in error
    (+.f64 (+.f64 (+.f64 (/.f64 -3147848041806007/2500000000000 (Rewrite<= associate--r-_binary64 (-.f64 1 (-.f64 z 1)))) (+.f64 9999999999998099/10000000000000000 (/.f64 6765203681218851/10000000000000 (-.f64 1 z)))) (+.f64 (/.f64 7713234287776531/10000000000000 (-.f64 3 z)) (/.f64 -883075145810703/5000000000000 (-.f64 4 z)))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 5 z)) (+.f64 (/.f64 -3464277381643003/25000000000000000 (-.f64 6 z)) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 7 z)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 8 z)))))): 0 points increase in error, 0 points decrease in error
    (+.f64 (+.f64 (Rewrite<= +-commutative_binary64 (+.f64 (+.f64 9999999999998099/10000000000000000 (/.f64 6765203681218851/10000000000000 (-.f64 1 z))) (/.f64 -3147848041806007/2500000000000 (-.f64 1 (-.f64 z 1))))) (+.f64 (/.f64 7713234287776531/10000000000000 (-.f64 3 z)) (/.f64 -883075145810703/5000000000000 (-.f64 4 z)))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 5 z)) (+.f64 (/.f64 -3464277381643003/25000000000000000 (-.f64 6 z)) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 7 z)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 8 z)))))): 0 points increase in error, 0 points decrease in error
    (+.f64 (+.f64 (Rewrite<= associate-+r+_binary64 (+.f64 9999999999998099/10000000000000000 (+.f64 (/.f64 6765203681218851/10000000000000 (-.f64 1 z)) (/.f64 -3147848041806007/2500000000000 (-.f64 1 (-.f64 z 1)))))) (+.f64 (/.f64 7713234287776531/10000000000000 (-.f64 3 z)) (/.f64 -883075145810703/5000000000000 (-.f64 4 z)))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 5 z)) (+.f64 (/.f64 -3464277381643003/25000000000000000 (-.f64 6 z)) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 7 z)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 8 z)))))): 6 points increase in error, 3 points decrease in error
    (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (+.f64 (/.f64 6765203681218851/10000000000000 (-.f64 1 z)) (/.f64 -3147848041806007/2500000000000 (-.f64 1 (-.f64 z 1))))) (+.f64 (/.f64 7713234287776531/10000000000000 (-.f64 (Rewrite<= metadata-eval (+.f64 2 1)) z)) (/.f64 -883075145810703/5000000000000 (-.f64 4 z)))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 5 z)) (+.f64 (/.f64 -3464277381643003/25000000000000000 (-.f64 6 z)) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 7 z)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 8 z)))))): 0 points increase in error, 0 points decrease in error
    (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (+.f64 (/.f64 6765203681218851/10000000000000 (-.f64 1 z)) (/.f64 -3147848041806007/2500000000000 (-.f64 1 (-.f64 z 1))))) (+.f64 (/.f64 7713234287776531/10000000000000 (Rewrite<= associate-+r-_binary64 (+.f64 2 (-.f64 1 z)))) (/.f64 -883075145810703/5000000000000 (-.f64 4 z)))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 5 z)) (+.f64 (/.f64 -3464277381643003/25000000000000000 (-.f64 6 z)) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 7 z)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 8 z)))))): 0 points increase in error, 1 points decrease in error
    (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (+.f64 (/.f64 6765203681218851/10000000000000 (-.f64 1 z)) (/.f64 -3147848041806007/2500000000000 (-.f64 1 (-.f64 z 1))))) (+.f64 (/.f64 7713234287776531/10000000000000 (Rewrite<= +-commutative_binary64 (+.f64 (-.f64 1 z) 2))) (/.f64 -883075145810703/5000000000000 (-.f64 4 z)))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 5 z)) (+.f64 (/.f64 -3464277381643003/25000000000000000 (-.f64 6 z)) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 7 z)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 8 z)))))): 0 points increase in error, 0 points decrease in error
    (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (+.f64 (/.f64 6765203681218851/10000000000000 (-.f64 1 z)) (/.f64 -3147848041806007/2500000000000 (-.f64 1 (-.f64 z 1))))) (+.f64 (/.f64 7713234287776531/10000000000000 (+.f64 (-.f64 1 z) 2)) (/.f64 -883075145810703/5000000000000 (-.f64 (Rewrite<= metadata-eval (-.f64 1 -3)) z)))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 5 z)) (+.f64 (/.f64 -3464277381643003/25000000000000000 (-.f64 6 z)) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 7 z)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 8 z)))))): 0 points increase in error, 0 points decrease in error
    (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (+.f64 (/.f64 6765203681218851/10000000000000 (-.f64 1 z)) (/.f64 -3147848041806007/2500000000000 (-.f64 1 (-.f64 z 1))))) (+.f64 (/.f64 7713234287776531/10000000000000 (+.f64 (-.f64 1 z) 2)) (/.f64 -883075145810703/5000000000000 (Rewrite<= associate--r+_binary64 (-.f64 1 (+.f64 -3 z)))))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 5 z)) (+.f64 (/.f64 -3464277381643003/25000000000000000 (-.f64 6 z)) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 7 z)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 8 z)))))): 0 points increase in error, 0 points decrease in error
    (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (+.f64 (/.f64 6765203681218851/10000000000000 (-.f64 1 z)) (/.f64 -3147848041806007/2500000000000 (-.f64 1 (-.f64 z 1))))) (+.f64 (/.f64 7713234287776531/10000000000000 (+.f64 (-.f64 1 z) 2)) (/.f64 -883075145810703/5000000000000 (-.f64 1 (Rewrite<= +-commutative_binary64 (+.f64 z -3)))))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 5 z)) (+.f64 (/.f64 -3464277381643003/25000000000000000 (-.f64 6 z)) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 7 z)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 8 z)))))): 0 points increase in error, 0 points decrease in error
    (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (+.f64 (/.f64 6765203681218851/10000000000000 (-.f64 1 z)) (/.f64 -3147848041806007/2500000000000 (-.f64 1 (-.f64 z 1))))) (+.f64 (/.f64 7713234287776531/10000000000000 (+.f64 (-.f64 1 z) 2)) (/.f64 -883075145810703/5000000000000 (-.f64 1 (+.f64 z -3))))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 (Rewrite<= metadata-eval (-.f64 1 -4)) z)) (+.f64 (/.f64 -3464277381643003/25000000000000000 (-.f64 6 z)) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 7 z)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 8 z)))))): 0 points increase in error, 0 points decrease in error
    (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (+.f64 (/.f64 6765203681218851/10000000000000 (-.f64 1 z)) (/.f64 -3147848041806007/2500000000000 (-.f64 1 (-.f64 z 1))))) (+.f64 (/.f64 7713234287776531/10000000000000 (+.f64 (-.f64 1 z) 2)) (/.f64 -883075145810703/5000000000000 (-.f64 1 (+.f64 z -3))))) (+.f64 (/.f64 2501468655737381/200000000000000 (Rewrite<= associate--r+_binary64 (-.f64 1 (+.f64 -4 z)))) (+.f64 (/.f64 -3464277381643003/25000000000000000 (-.f64 6 z)) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 7 z)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 8 z)))))): 0 points increase in error, 0 points decrease in error
    (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (+.f64 (/.f64 6765203681218851/10000000000000 (-.f64 1 z)) (/.f64 -3147848041806007/2500000000000 (-.f64 1 (-.f64 z 1))))) (+.f64 (/.f64 7713234287776531/10000000000000 (+.f64 (-.f64 1 z) 2)) (/.f64 -883075145810703/5000000000000 (-.f64 1 (+.f64 z -3))))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 1 (Rewrite<= +-commutative_binary64 (+.f64 z -4)))) (+.f64 (/.f64 -3464277381643003/25000000000000000 (-.f64 6 z)) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 7 z)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 8 z)))))): 0 points increase in error, 0 points decrease in error
    (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (+.f64 (/.f64 6765203681218851/10000000000000 (-.f64 1 z)) (/.f64 -3147848041806007/2500000000000 (-.f64 1 (-.f64 z 1))))) (+.f64 (/.f64 7713234287776531/10000000000000 (+.f64 (-.f64 1 z) 2)) (/.f64 -883075145810703/5000000000000 (-.f64 1 (+.f64 z -3))))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 1 (+.f64 z -4))) (+.f64 (/.f64 -3464277381643003/25000000000000000 (-.f64 (Rewrite<= metadata-eval (+.f64 5 1)) z)) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 7 z)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 8 z)))))): 0 points increase in error, 0 points decrease in error
    (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (+.f64 (/.f64 6765203681218851/10000000000000 (-.f64 1 z)) (/.f64 -3147848041806007/2500000000000 (-.f64 1 (-.f64 z 1))))) (+.f64 (/.f64 7713234287776531/10000000000000 (+.f64 (-.f64 1 z) 2)) (/.f64 -883075145810703/5000000000000 (-.f64 1 (+.f64 z -3))))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 1 (+.f64 z -4))) (+.f64 (/.f64 -3464277381643003/25000000000000000 (Rewrite<= associate-+r-_binary64 (+.f64 5 (-.f64 1 z)))) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 7 z)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 8 z)))))): 0 points increase in error, 0 points decrease in error
    (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (+.f64 (/.f64 6765203681218851/10000000000000 (-.f64 1 z)) (/.f64 -3147848041806007/2500000000000 (-.f64 1 (-.f64 z 1))))) (+.f64 (/.f64 7713234287776531/10000000000000 (+.f64 (-.f64 1 z) 2)) (/.f64 -883075145810703/5000000000000 (-.f64 1 (+.f64 z -3))))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 1 (+.f64 z -4))) (+.f64 (/.f64 -3464277381643003/25000000000000000 (Rewrite<= +-commutative_binary64 (+.f64 (-.f64 1 z) 5))) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 7 z)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 8 z)))))): 0 points increase in error, 0 points decrease in error
    (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (+.f64 (/.f64 6765203681218851/10000000000000 (-.f64 1 z)) (/.f64 -3147848041806007/2500000000000 (-.f64 1 (-.f64 z 1))))) (+.f64 (/.f64 7713234287776531/10000000000000 (+.f64 (-.f64 1 z) 2)) (/.f64 -883075145810703/5000000000000 (-.f64 1 (+.f64 z -3))))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 1 (+.f64 z -4))) (+.f64 (/.f64 -3464277381643003/25000000000000000 (+.f64 (-.f64 1 z) 5)) (+.f64 (/.f64 2496092394504893/250000000000000000000 (-.f64 (Rewrite<= metadata-eval (+.f64 6 1)) z)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 8 z)))))): 0 points increase in error, 0 points decrease in error
    (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (+.f64 (/.f64 6765203681218851/10000000000000 (-.f64 1 z)) (/.f64 -3147848041806007/2500000000000 (-.f64 1 (-.f64 z 1))))) (+.f64 (/.f64 7713234287776531/10000000000000 (+.f64 (-.f64 1 z) 2)) (/.f64 -883075145810703/5000000000000 (-.f64 1 (+.f64 z -3))))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 1 (+.f64 z -4))) (+.f64 (/.f64 -3464277381643003/25000000000000000 (+.f64 (-.f64 1 z) 5)) (+.f64 (/.f64 2496092394504893/250000000000000000000 (Rewrite<= associate-+r-_binary64 (+.f64 6 (-.f64 1 z)))) (/.f64 3764081837873279/25000000000000000000000 (-.f64 8 z)))))): 0 points increase in error, 0 points decrease in error
    (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (+.f64 (/.f64 6765203681218851/10000000000000 (-.f64 1 z)) (/.f64 -3147848041806007/2500000000000 (-.f64 1 (-.f64 z 1))))) (+.f64 (/.f64 7713234287776531/10000000000000 (+.f64 (-.f64 1 z) 2)) (/.f64 -883075145810703/5000000000000 (-.f64 1 (+.f64 z -3))))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 1 (+.f64 z -4))) (+.f64 (/.f64 -3464277381643003/25000000000000000 (+.f64 (-.f64 1 z) 5)) (+.f64 (/.f64 2496092394504893/250000000000000000000 (Rewrite<= +-commutative_binary64 (+.f64 (-.f64 1 z) 6))) (/.f64 3764081837873279/25000000000000000000000 (-.f64 8 z)))))): 0 points increase in error, 0 points decrease in error
    (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (+.f64 (/.f64 6765203681218851/10000000000000 (-.f64 1 z)) (/.f64 -3147848041806007/2500000000000 (-.f64 1 (-.f64 z 1))))) (+.f64 (/.f64 7713234287776531/10000000000000 (+.f64 (-.f64 1 z) 2)) (/.f64 -883075145810703/5000000000000 (-.f64 1 (+.f64 z -3))))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 1 (+.f64 z -4))) (+.f64 (/.f64 -3464277381643003/25000000000000000 (+.f64 (-.f64 1 z) 5)) (+.f64 (/.f64 2496092394504893/250000000000000000000 (+.f64 (-.f64 1 z) 6)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 (Rewrite<= metadata-eval (-.f64 1 -7)) z)))))): 0 points increase in error, 0 points decrease in error
    (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (+.f64 (/.f64 6765203681218851/10000000000000 (-.f64 1 z)) (/.f64 -3147848041806007/2500000000000 (-.f64 1 (-.f64 z 1))))) (+.f64 (/.f64 7713234287776531/10000000000000 (+.f64 (-.f64 1 z) 2)) (/.f64 -883075145810703/5000000000000 (-.f64 1 (+.f64 z -3))))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 1 (+.f64 z -4))) (+.f64 (/.f64 -3464277381643003/25000000000000000 (+.f64 (-.f64 1 z) 5)) (+.f64 (/.f64 2496092394504893/250000000000000000000 (+.f64 (-.f64 1 z) 6)) (/.f64 3764081837873279/25000000000000000000000 (Rewrite<= associate--r+_binary64 (-.f64 1 (+.f64 -7 z)))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (+.f64 (/.f64 6765203681218851/10000000000000 (-.f64 1 z)) (/.f64 -3147848041806007/2500000000000 (-.f64 1 (-.f64 z 1))))) (+.f64 (/.f64 7713234287776531/10000000000000 (+.f64 (-.f64 1 z) 2)) (/.f64 -883075145810703/5000000000000 (-.f64 1 (+.f64 z -3))))) (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 1 (+.f64 z -4))) (+.f64 (/.f64 -3464277381643003/25000000000000000 (+.f64 (-.f64 1 z) 5)) (+.f64 (/.f64 2496092394504893/250000000000000000000 (+.f64 (-.f64 1 z) 6)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 1 (Rewrite<= +-commutative_binary64 (+.f64 z -7)))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (+.f64 (/.f64 6765203681218851/10000000000000 (-.f64 1 z)) (/.f64 -3147848041806007/2500000000000 (-.f64 1 (-.f64 z 1))))) (+.f64 (/.f64 7713234287776531/10000000000000 (+.f64 (-.f64 1 z) 2)) (/.f64 -883075145810703/5000000000000 (-.f64 1 (+.f64 z -3))))) (Rewrite<= associate-+l+_binary64 (+.f64 (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 1 (+.f64 z -4))) (/.f64 -3464277381643003/25000000000000000 (+.f64 (-.f64 1 z) 5))) (+.f64 (/.f64 2496092394504893/250000000000000000000 (+.f64 (-.f64 1 z) 6)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 1 (+.f64 z -7))))))): 0 points increase in error, 0 points decrease in error
    (Rewrite<= *-lft-identity_binary64 (*.f64 1 (+.f64 (+.f64 (+.f64 9999999999998099/10000000000000000 (+.f64 (/.f64 6765203681218851/10000000000000 (-.f64 1 z)) (/.f64 -3147848041806007/2500000000000 (-.f64 1 (-.f64 z 1))))) (+.f64 (/.f64 7713234287776531/10000000000000 (+.f64 (-.f64 1 z) 2)) (/.f64 -883075145810703/5000000000000 (-.f64 1 (+.f64 z -3))))) (+.f64 (+.f64 (/.f64 2501468655737381/200000000000000 (-.f64 1 (+.f64 z -4))) (/.f64 -3464277381643003/25000000000000000 (+.f64 (-.f64 1 z) 5))) (+.f64 (/.f64 2496092394504893/250000000000000000000 (+.f64 (-.f64 1 z) 6)) (/.f64 3764081837873279/25000000000000000000000 (-.f64 1 (+.f64 z -7)))))))): 0 points increase in error, 0 points decrease in error
  9. Final simplification0.5

    \[\leadsto \frac{\pi}{\sin \left(\pi \cdot z\right)} \cdot \left(\left(\left(\sqrt{\pi \cdot 2} \cdot {\left(\mathsf{expm1}\left(\mathsf{log1p}\left(-z\right)\right) + 7.5\right)}^{\left(\left(1 - z\right) + -0.5\right)}\right) \cdot e^{\left(-6 + \left(z + -1\right)\right) + -0.5}\right) \cdot \left(\left(\left(\left(0.9999999999998099 - \frac{-676.5203681218851}{1 - z}\right) + \frac{-1259.1392167224028}{1 + \left(1 - z\right)}\right) - \left(\frac{-771.3234287776531}{3 - z} + \frac{176.6150291621406}{4 - z}\right)\right) + \left(\frac{12.507343278686905}{5 - z} - \left(\frac{0.13857109526572012}{6 - z} + \left(\frac{-9.984369578019572 \cdot 10^{-6}}{7 - z} + \frac{-1.5056327351493116 \cdot 10^{-7}}{8 - z}\right)\right)\right)\right)\right) \]

Alternatives

Alternative 1
Error0.5
Cost50368
\[\frac{\pi}{\sin \left(\pi \cdot z\right)} \cdot \left(\sqrt{\pi \cdot 2} \cdot \left(\left({\left(\left(1 - z\right) + 6.5\right)}^{\left(\left(1 - z\right) + -0.5\right)} \cdot e^{-6.5 - \left(1 - z\right)}\right) \cdot \left(\left(\frac{9.984369578019572 \cdot 10^{-6}}{\left(1 - z\right) + 6} + \frac{1.5056327351493116 \cdot 10^{-7}}{\left(1 - z\right) + 7}\right) - \left(\left(\left(-0.9999999999998099 + \frac{-676.5203681218851}{1 - z}\right) + \left(\frac{1259.1392167224028}{1 + \left(1 - z\right)} + \frac{-771.3234287776531}{2 + \left(1 - z\right)}\right)\right) + \left(\left(\frac{-12.507343278686905}{\left(1 - z\right) + 4} + \frac{0.13857109526572012}{\left(1 - z\right) + 5}\right) + \frac{176.6150291621406}{\left(1 - z\right) + 3}\right)\right)\right)\right)\right) \]
Alternative 2
Error0.5
Cost50112
\[\frac{\pi}{\sin \left(\pi \cdot z\right)} \cdot \left(\left(e^{\left(-6 + \left(z + -1\right)\right) + -0.5} \cdot \left(\sqrt{\pi \cdot 2} \cdot {\left(7.5 - z\right)}^{\left(\left(1 - z\right) + -0.5\right)}\right)\right) \cdot \left(\left(\frac{9.984369578019572 \cdot 10^{-6}}{\left(1 - z\right) + 6} + \frac{1.5056327351493116 \cdot 10^{-7}}{\left(1 - z\right) + 7}\right) - \left(\left(\frac{-12.507343278686905}{\left(1 - z\right) + 4} + \frac{0.13857109526572012}{\left(1 - z\right) + 5}\right) - \left(\left(\left(0.9999999999998099 - \frac{-676.5203681218851}{1 - z}\right) + \frac{-1259.1392167224028}{1 + \left(1 - z\right)}\right) - \left(\frac{-771.3234287776531}{3 - z} + \frac{176.6150291621406}{4 - z}\right)\right)\right)\right)\right) \]
Alternative 3
Error0.7
Cost49600
\[\sqrt{\pi \cdot 2} \cdot \left({\left(7.5 - z\right)}^{\left(0.5 - z\right)} \cdot \left(\left(\left(0.9999999999998099 + \frac{676.5203681218851 \cdot \left(2 - z\right) + \left(1 - z\right) \cdot -1259.1392167224028}{\left(1 - z\right) \cdot \left(2 - z\right)}\right) - \left(\left(\frac{-9.984369578019572 \cdot 10^{-6}}{7 - z} + \left(\frac{0.13857109526572012}{6 - z} + \frac{-1.5056327351493116 \cdot 10^{-7}}{8 - z}\right)\right) + \left(\frac{-771.3234287776531}{3 - z} - \left(\frac{-176.6150291621406}{4 - z} + \frac{12.507343278686905}{5 - z}\right)\right)\right)\right) \cdot \left(\frac{\pi}{\sin \left(\pi \cdot z\right)} \cdot e^{z + -7.5}\right)\right)\right) \]
Alternative 4
Error0.7
Cost49088
\[\sqrt{\pi \cdot 2} \cdot \left({\left(7.5 - z\right)}^{\left(0.5 - z\right)} \cdot \left(\left(\frac{\pi}{\sin \left(\pi \cdot z\right)} \cdot e^{z + -7.5}\right) \cdot \left(\left(0.9999999999998099 - \left(\frac{-676.5203681218851}{1 - z} + \frac{1259.1392167224028}{2 - z}\right)\right) - \left(\left(\frac{-9.984369578019572 \cdot 10^{-6}}{7 - z} + \left(\frac{0.13857109526572012}{6 - z} + \frac{-1.5056327351493116 \cdot 10^{-7}}{8 - z}\right)\right) + \left(\frac{176.6150291621406}{4 - z} + \left(\frac{-12.507343278686905}{5 - z} + \frac{-771.3234287776531}{3 - z}\right)\right)\right)\right)\right)\right) \]
Alternative 5
Error0.7
Cost49088
\[\sqrt{\pi \cdot 2} \cdot \left({\left(7.5 - z\right)}^{\left(0.5 - z\right)} \cdot \left(\left(\frac{\pi}{\sin \left(\pi \cdot z\right)} \cdot e^{z + -7.5}\right) \cdot \left(\left(0.9999999999998099 - \left(\frac{-676.5203681218851}{1 - z} + \frac{1259.1392167224028}{2 - z}\right)\right) - \left(\frac{-771.3234287776531}{3 - z} + \left(\frac{176.6150291621406}{4 - z} + \left(\left(\frac{0.13857109526572012}{6 - z} + \frac{-1.5056327351493116 \cdot 10^{-7}}{8 - z}\right) + \left(\frac{-9.984369578019572 \cdot 10^{-6}}{7 - z} + \frac{-12.507343278686905}{5 - z}\right)\right)\right)\right)\right)\right)\right) \]
Alternative 6
Error1.3
Cost47424
\[\sqrt{\pi \cdot 2} \cdot \left({\left(7.5 - z\right)}^{\left(0.5 - z\right)} \cdot \left(\left(\frac{\pi}{\sin \left(\pi \cdot z\right)} \cdot e^{z + -7.5}\right) \cdot \left(\left(0.9999999999998099 - \left(\frac{-676.5203681218851}{1 - z} + \frac{1259.1392167224028}{2 - z}\right)\right) + \left(215.43242722036788 - z \cdot \left(z \cdot -25.90734181129795 + -75.16060861505518\right)\right)\right)\right)\right) \]
Alternative 7
Error1.3
Cost47424
\[\frac{\pi}{\sin \left(\pi \cdot z\right)} \cdot \left(\left(\sqrt{\pi \cdot 2} \cdot \left({\left(7.5 - z\right)}^{\left(0.5 - z\right)} \cdot e^{z + -7.5}\right)\right) \cdot \left(\left(263.4062807184368 + z \cdot 436.9000215473151\right) - \left(\frac{-9.984369578019572 \cdot 10^{-6}}{7 - z} + \left(\frac{0.13857109526572012}{6 - z} + \frac{-1.5056327351493116 \cdot 10^{-7}}{8 - z}\right)\right)\right)\right) \]
Alternative 8
Error1.5
Cost47168
\[\sqrt{\pi \cdot 2} \cdot \left({\left(7.5 - z\right)}^{\left(0.5 - z\right)} \cdot \left(\left(\frac{\pi}{\sin \left(\pi \cdot z\right)} \cdot e^{z + -7.5}\right) \cdot \left(\left(0.9999999999998099 - \left(\frac{-676.5203681218851}{1 - z} + \frac{1259.1392167224028}{2 - z}\right)\right) + \left(215.43242722036788 - z \cdot -75.16060861505518\right)\right)\right)\right) \]
Alternative 9
Error1.6
Cost47040
\[\sqrt{\pi \cdot 2} \cdot \left({\left(7.5 - z\right)}^{\left(0.5 - z\right)} \cdot \left(\left(\frac{\pi}{\sin \left(\pi \cdot z\right)} \cdot e^{z + -7.5}\right) \cdot \left(\left(215.43242722036788 - z \cdot \left(z \cdot -25.90734181129795 + -75.16060861505518\right)\right) + \left(0.9999999999998099 - \left(z \cdot -361.7355639412844 + -46.9507597606837\right)\right)\right)\right)\right) \]
Alternative 10
Error1.6
Cost34496
\[\sqrt{\pi \cdot 2} \cdot \left({\left(7.5 - z\right)}^{\left(0.5 - z\right)} \cdot \left(\left(\left(0.9999999999998099 - \left(\frac{-676.5203681218851}{1 - z} + \frac{1259.1392167224028}{2 - z}\right)\right) + \left(215.43242722036788 - z \cdot \left(z \cdot -25.90734181129795 + -75.16060861505518\right)\right)\right) \cdot \left(e^{-7.5} + \frac{e^{-7.5}}{z}\right)\right)\right) \]
Alternative 11
Error1.6
Cost33216
\[\sqrt{\pi \cdot 2} \cdot \left({\left(7.5 - z\right)}^{\left(0.5 - z\right)} \cdot \left(e^{-7.5} \cdot 700.279359537391 + \frac{e^{-7.5}}{z} \cdot 263.3831869810514\right)\right) \]
Alternative 12
Error1.8
Cost32640
\[263.3831869810514 \cdot \left(\sqrt{\pi} \cdot \left(\left(e^{-7.5} \cdot \sqrt{7.5}\right) \cdot \frac{\sqrt{2}}{z}\right)\right) \]
Alternative 13
Error1.8
Cost32640
\[\left(263.3831869810514 \cdot \frac{\sqrt{2}}{\frac{z}{e^{-7.5} \cdot \sqrt{7.5}}}\right) \cdot \sqrt{\pi} \]
Alternative 14
Error2.0
Cost26560
\[\sqrt{\pi \cdot 2} \cdot \left(263.3831869810514 \cdot \frac{e^{-7.5}}{z \cdot {\left(7.5 - z\right)}^{\left(z + -0.5\right)}}\right) \]
Alternative 15
Error1.9
Cost26560
\[\sqrt{\pi \cdot 2} \cdot \left(\frac{e^{-7.5}}{z} \cdot \frac{263.3831869810514}{{\left(7.5 - z\right)}^{\left(z + -0.5\right)}}\right) \]
Alternative 16
Error2.1
Cost26240
\[\sqrt{\pi \cdot 2} \cdot \left(\left(\frac{e^{-7.5}}{z} \cdot 263.3831869810514\right) \cdot \sqrt{7.5}\right) \]
Alternative 17
Error2.1
Cost26240
\[\sqrt{\pi \cdot 2} \cdot \left(263.3831869810514 \cdot \left(\frac{e^{-7.5}}{z} \cdot \sqrt{7.5}\right)\right) \]
Alternative 18
Error2.1
Cost26240
\[\sqrt{\pi \cdot 2} \cdot \left(263.3831869810514 \cdot \frac{e^{-7.5}}{\frac{z}{\sqrt{7.5}}}\right) \]
Alternative 19
Error2.0
Cost26240
\[\sqrt{\pi \cdot 2} \cdot \left(263.3831869810514 \cdot \frac{e^{-7.5} \cdot \sqrt{7.5}}{z}\right) \]
Alternative 20
Error47.8
Cost19840
\[\sqrt{\pi \cdot \left(\left(\frac{e^{-15}}{z} \cdot \frac{15}{z}\right) \cdot 69370.70318429549\right)} \]

Error

Reproduce

herbie shell --seed 2022329 
(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))))))