Is there a 128 or 256 bit double class in .net?
Posted
by AKRamkumar
on Stack Overflow
See other posts from Stack Overflow
or by AKRamkumar
Published on 2010-06-03T16:04:59Z
Indexed on
2010/06/03
16:14 UTC
Read the original article
Hit count: 172
I have an application that I want to be able to use large numbers and very precise numbers. For this, I needed a precision interpretation and IntX only works for integers.
Is there a class in .net framework or even third party(preferably free) that would do this?
Is there another way to do this?
© Stack Overflow or respective owner