小编Siy*_*and的帖子

如何在C#中将BigInteger变为pow Double?

我试图使用BigInteger.Pow方法计算像10 ^ 12345.987654321这样的东西但这个方法只接受整数作为指数,如下所示:

BigInteger.Pow(BigInteger x,int y)

那么如何在上面的方法中使用双数作为指数?

c# math biginteger

3
推荐指数
1
解决办法
2786
查看次数

标签 统计

biginteger ×1

c# ×1

math ×1