Anybody know where I can find a bigfloat library for c#? I know some bigint libraries support floating-point, but the only one I found for c# didn't.
Bigint/bigfloat for c#?
There's one that's part of the base class library: System.Numeric.BigInteger This is new, so you may want to search around for more details.
You also may want to look at the Decimal class.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment