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

handle polynomials in 1/z #414

Closed crowlogic closed 4 months ago

crowlogic commented 5 months ago

Feature Enhancement: Generalize indeterminateVariable

Objective

Enable indeterminateVariable within expressions to support more complex nodes beyond simple variables. Specifically, allow indeterminateVariable to be an instance of Division, facilitating the representation of polynomials in terms of the inverse of the variable.

Detailed Description

Benefits

$$\frac{1}{z}$$

Implementation Checklist

crowlogic commented 4 months ago

this can be done by implementing RationalFunctions

crowlogic commented 4 months ago

RealQuasipolynomials underway