Preliminary submission - std.rational and std.typelist

Paul D. Anderson paul.d.removethis.anderson at comcast.andthis.net
Tue Oct 9 10:32:02 PDT 2012


On Monday, 8 October 2012 at 15:14:35 UTC, Aziz K. wrote:
>
> Incidentally, I would very much need a BigFloat class/struct, 
> written in D and independent of any C library.
> I'm trying to write one myself, but it seems to be rather 
> tricky. Could this be implemented in a short amount of time by 
> someone with more knowledge about this topic?

Not in a short amount of time!! I've got a 95% complete library 
that handles BigDecimal numbers as well as Decimal32, Decimal64 
and Decimal128 numbers. The BigDecimal numbers are fully 
implemented except for math functions (exp, ln, etc.)

http://www.dsource.org/projects/decimal

Paul



More information about the Digitalmars-d mailing list