.NET Framework Library for arbitrary digit precision

后端 未结 8 1197
执笔经年
执笔经年 2020-12-21 15:05

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

8条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-21 15:33

    You can use decimal type which gives you 28-29 significant digits

提交回复
热议问题