Hi,
I would like to make the following addition to the FieldElement<T> interface:
T divide(int n)
which would formally be defined as
this.divide(n) = this.divide(this.getOne().multiply(n)).

This would simplify some expressions, eg integration of polynomials (a
* x**k becomes a / (k+1) * x ** (k+1)).

What do you think?
Sébastien


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to