I\'m in need of floating point calculations for C# that can correctly store up to maybe 500 digits/decimals. Is there any built-in-type for this, do I h开发者_运维问答ave to create it myself, any libr
Is there an arbitrary-precision alternative to money_format available that could take a string instead of a float as a parameter?
Can I 开发者_JAVA百科work with large numbers (more than 10^400) with built-in method in Delphi?Not built-in, but you might want to check out MPArith for arbitrary precision maths.There is also a Delph
Is there a way to use big integers or arbitrary precision types i开发者_如何学编程n vala?Apparently, no one made a binding yet: http://live.gnome.org/Vala/BindingsStatus, although there was some discu
How the heck does Ruby do this? Does Jörg or anyone else know what\'s happening behind the scenes? Unfortunately I don\'t know C very well so bignum.c is of little help to me. I was just kind of cu
I have been using python\'s native bignums for an algorithm and decided to try and speed it up by converting it to C++. When I used long longs, the C++ was about 100x faster 开发者_开发问答than the py