P
Pete Davis
I'm interested in writing some chem/biochem related tools for myself, but it
appears the Decimal format isn't going to quite cut it for some of the
numbers I'm going to be working with. It's max of ~10^28 is a bit shy of the
at least 10^34 precision I know I'll need at the very least.
Actually, I don't need all the precision. I simply need to be able to have
numbers that go that high. If the actual precision is only to 15 or 20 or so
digits, that would be plenty.
Anyway, are there any libraries for .NET that support large decimal numbers?
I know the gmp library does, but it's C and it looks like it's a nightmare
to build under Linux so I imagine it's only harder to build under Windows.
Thanks.
Pete
appears the Decimal format isn't going to quite cut it for some of the
numbers I'm going to be working with. It's max of ~10^28 is a bit shy of the
at least 10^34 precision I know I'll need at the very least.
Actually, I don't need all the precision. I simply need to be able to have
numbers that go that high. If the actual precision is only to 15 or 20 or so
digits, that would be plenty.
Anyway, are there any libraries for .NET that support large decimal numbers?
I know the gmp library does, but it's C and it looks like it's a nightmare
to build under Linux so I imagine it's only harder to build under Windows.
Thanks.
Pete