15得票2回答
在C#中是否有一个BigFloat类?

System.Numerics.BigInteger使你可以将大整数相乘,但是否有同样类型的东西用于浮点数?如果没有,是否有可用的免费库?//this but with floats System.Numerics.BigInteger maxint = new BigInteger(int....