BigIntIsNRoot

trait BigIntIsNRoot extends NRoot[BigInt]
trait NRoot[BigInt]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

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