arbitrary-precision
Need Arbitrary-Precision-Arithmetic in C#
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[详细]
2023-01-24 08:08 分类:问答Arbitrary precision number formatting / money_format?
Is there an arbitrary-precision alternative to money_format available that could take a string instead of a float as a parameter?[详细]
2023-01-18 04:31 分类:问答Large numbers in Pascal (Delphi)
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[详细]
2023-01-13 18:07 分类:问答Large integer and arbitrary/multi precision floats for Vala
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[详细]
2023-01-07 00:06 分类:问答Arbitrary precision arithmetic with Ruby
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[详细]
2022-12-31 02:23 分类:问答Bignum implementation that has efficient addition of small integers
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[详细]
2022-12-12 21:22 分类:问答