开发者

C# now has biginteger, but what about support for arbitrary precision floating point numbers

Now that biginteger (System.Numerics.BigInteger) support has been added in C# 4.0, it would be nice if arbitrary precision floating point/fixed 开发者_运维知识库point was also possible. Are there any good (preferably free) third party libraries that offer efficient arbitrary precision floating/fixed point capabilities?


Arbitrary precision floating- and fixed-point numbers can easily be coded as ratios of BigIntegers. I don't know of any off-the-shelf libraries for them but then I don't know much about C#.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜