我试图使用BigInteger.Pow方法计算像10 ^ 12345.987654321这样的东西但这个方法只接受整数作为指数,如下所示:
BigInteger.Pow
BigInteger.Pow(BigInteger x,int y)
那么如何在上面的方法中使用双数作为指数?
c# math biginteger
biginteger ×1
c# ×1
math ×1