crowlogic / arb4j

arb4j is a Java API for the arbitrary precision ball arithmetic library found at http://arblib.org
Other
1 stars 0 forks source link

NAryOperation needs to work with RealPolynomial range #396

Closed crowlogic closed 2 months ago

crowlogic commented 3 months ago
 this.prodℝ1.multiplicativeIdentity();
    this.k.set(this.cℤ1);
    this.endIndexℤ2.set(this.p);

    do
    {
      this.prodℝ1.mul((Real) this.factorXℝ2.evaluate(this.k, bits, this.valueXℝ2), bits);
    }
    while (this.k.increment().compareTo(this.endIndexℤ2) <= 0);

    var10000 = var10000.mul(this.prodℝ1, bits, thi