Hello, I'm using quite extensively the Field/FieldElement interfaces, but am sometimes feeling the need for less stringent sets like Abelian Groups (no multiplication) and Rings (no division). This would allow me to carry out some calculations on different types of number simply by changing the generic type. I was thinking of adding some interfaces along the lines of the two above mentioned - AbelianGroup<T>, AbelianGroupElement<T>, - Ring<T>, RingElement<T>.
Do you think that would be useful? Thank you very much, Sébastien --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org