.NET Framework库的任意位precision [英] .NET Framework Library for arbitrary digit precision

查看:165
本文介绍了.NET Framework库的任意位precision的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我恢复了这个问题,并使其更加具体:是否有支持的数字与任意的precision位的.NET框架库

I'm reviving this question, and making it more specific: Is there a .NET framework library that supports numbers with arbitrary digits of precision?

推荐答案

这里有几个选项。

有一个很好的选择是 W3b.Sine ,这是原生的C#/。NET,并且支持任意precision浮点值。

A good option is W3b.Sine, which is native C#/.NET, and supports arbitrary precision floating point values.

如果你只处理整数值, INTX 为任意precision支持整数值。一个潜在的更加成熟的选择是 C#BigInt有,但同样,这将不支持浮点运算。

If you are only dealing with integer values, IntX provides support for arbitrary precision integer values. A potentially more mature option would be C# BigInt, but again, this will not support floating point operations.

这篇关于.NET Framework库的任意位precision的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆