BigIntegerIsNRoot

trait BigIntegerIsNRoot extends NRoot[BigInteger]
trait NRoot[BigInteger]
class Object
trait Matchable
class Any

Value members

Concrete methods

def fpow(a: BigInteger, b: BigInteger): BigInteger
def nroot(a: BigInteger, k: Int): BigInteger

Inherited methods

def sqrt(a: BigInteger): BigInteger
Inherited from
NRoot