标签: c# .net biginteger exponentiation
绝对没有办法将BigInteger提升到双倍值吗? 任何这样做的图书馆? 获得相同结果的任何替代方案? 有什么想法吗?
BigInteger result = BigInteger.Pow( someBigInt, dblExponent );