ByteIsNRoot

trait ByteIsNRoot extends NRoot[Byte]
trait NRoot[Byte]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

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