End

@SerialVersionUID(0L)
case class End(d: UInt) extends Natural with Serializable
trait Product
trait Equals
class Natural
class Number
class Object
trait Matchable
class Any

Value members

Concrete methods

def %(n: UInt): Natural
def *(n: UInt): Natural
def +(n: UInt): Natural
def -(n: UInt): Natural
def /(n: UInt): Natural
def /%(n: UInt): (Natural, Natural)
def digit: UInt

Inherited methods

def %(rhs: Natural): Natural
Inherited from:
Natural
def %(rhs: BigInt): BigInt
Inherited from:
Natural
def &(rhs: UInt): Natural
Inherited from:
Natural
def &(rhs: Natural): Natural
Inherited from:
Natural
def *(rhs: Natural): Natural
Inherited from:
Natural
def *(rhs: BigInt): BigInt
Inherited from:
Natural
def +(rhs: Natural): Natural
Inherited from:
Natural
def +(rhs: BigInt): BigInt
Inherited from:
Natural
def -(rhs: Natural): Natural
Inherited from:
Natural
def -(rhs: BigInt): BigInt
Inherited from:
Natural
def /(rhs: Natural): Natural
Inherited from:
Natural
def /(rhs: BigInt): BigInt
Inherited from:
Natural
def /%(rhs: Natural): (Natural, Natural)
Inherited from:
Natural
def /%(rhs: BigInt): (BigInt, BigInt)
Inherited from:
Natural
def /~(rhs: Natural): Natural
Inherited from:
Natural
def /~(rhs: BigInt): BigInt
Inherited from:
Natural
def /~(rd: UInt): Natural
Inherited from:
Natural
def <(r: BigInt): Boolean
Inherited from:
Natural
def <(r: UInt): Boolean
Inherited from:
Natural
def <(rhs: Natural): Boolean
Inherited from:
Natural
def <<(n: Int): Natural
Inherited from:
Natural
def <=(r: BigInt): Boolean
Inherited from:
Natural
def <=(r: UInt): Boolean
Inherited from:
Natural
def <=(rhs: Natural): Boolean
Inherited from:
Natural
def =!=(rhs: Natural): Boolean
Inherited from:
Natural
def ===(rhs: Natural): Boolean
Inherited from:
Natural
def >(r: BigInt): Boolean
Inherited from:
Natural
def >(r: UInt): Boolean
Inherited from:
Natural
def >(rhs: Natural): Boolean
Inherited from:
Natural
def >=(r: BigInt): Boolean
Inherited from:
Natural
def >=(r: UInt): Boolean
Inherited from:
Natural
def >=(rhs: Natural): Boolean
Inherited from:
Natural
def >>(n: Int): Natural
Inherited from:
Natural
def ^(rhs: UInt): Natural
Inherited from:
Natural
def ^(rhs: Natural): Natural
Inherited from:
Natural
Inherited from:
Number
def chop(n: Int): Natural
Inherited from:
Natural
def compare(rhs: Natural): Int
Inherited from:
Natural
def compare(rhs: UInt): Int
Inherited from:
Natural
Inherited from:
Natural
final override def equals(rhs: Any): Boolean
Definition Classes
Natural -> Any
Inherited from:
Natural
Inherited from:
Natural
def foldDigitsLeft[@specialized A](a: A)(f: (A, UInt) => A): A
Inherited from:
Natural
def foldDigitsRight[@specialized A](a: A)(f: (A, UInt) => A): A
Inherited from:
Natural
Inherited from:
Natural
Inherited from:
Natural
Inherited from:
Natural
Inherited from:
Natural
Inherited from:
Natural
Inherited from:
Natural
Inherited from:
Natural
Inherited from:
Natural
Inherited from:
Natural
def pow(rhs: UInt): Natural
Inherited from:
Natural
def pow(rhs: Natural): Natural
Inherited from:
Natural
Inherited from:
Natural
Inherited from:
Product
Inherited from:
Natural
Inherited from:
Number
Inherited from:
Natural
Inherited from:
Natural
override def toInt: Int
Definition Classes
Inherited from:
Natural
Inherited from:
Natural
override def toLong: Long
Definition Classes
Inherited from:
Natural
Inherited from:
Natural
override def toString: String
Definition Classes
Natural -> Any
Inherited from:
Natural
Inherited from:
Natural
Inherited from:
Natural
protected def unifiedPrimitiveEquals(x: Any): Boolean
def |(rhs: UInt): Natural
Inherited from:
Natural
def |(rhs: Natural): Natural
Inherited from:
Natural