Re: [math] double as FieldElement

2012-02-26 Thread Luc Maisonobe
Le 27/02/2012 08:14, Sébastien Brisard a écrit : > Hi, > > I've written a wrapper class around the double primitive type. This > wrapper class implements FieldElement. This allows generic > calculations on exchangeable number types (big fractions, big > decimals, fractions, decimals). I would like

[math] double as FieldElement

2012-02-26 Thread Sébastien Brisard
Hi, I've written a wrapper class around the double primitive type. This wrapper class implements FieldElement. This allows generic calculations on exchangeable number types (big fractions, big decimals, fractions, decimals). I would like to contribute this new class to CM (3.1). This class could b