IntIsNRoot

trait IntIsNRoot extends NRoot[Int]
trait NRoot[Int]
class Object
trait Matchable
class Any

Value members

Concrete methods

def fpow(a: Int, b: Int): Int
def log(a: Int): Int
def nroot(x: Int, n: Int): Int

Inherited methods

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