Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
abs(a: BigInt): BigInt
-
def
additive: Group[BigInt]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
compare(x: BigInt, y: BigInt): Int
-
def
div(a: BigInt, b: BigInt): BigInt
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
eqv(x: BigInt, y: BigInt): Boolean
-
final
def
euclid(a: BigInt, b: BigInt): BigInt
-
def
finalize(): Unit
-
def
fpow(a: BigInt, b: BigInt): BigInt
-
def
fromBigDecimal(a: BigDecimal): BigInt
-
def
fromBigInt(a: BigInt): BigInt
-
def
fromByte(a: Byte): BigInt
-
def
fromDouble(a: Double): BigInt
-
def
fromFloat(a: Float): BigInt
-
def
fromInt(n: Int): BigInt
-
def
fromLong(a: Long): BigInt
-
def
fromRational(a: Rational): BigInt
-
def
fromShort(a: Short): BigInt
-
def
fromType[B](b: B)(implicit arg0: ConvertableFrom[B]): BigInt
-
def
gcd(a: BigInt, b: BigInt): BigInt
-
final
def
getClass(): Class[_]
-
def
gt(x: BigInt, y: BigInt): Boolean
-
def
gteqv(x: BigInt, y: BigInt): Boolean
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
isWhole(a: BigInt): Boolean
-
def
lcm(a: BigInt, b: BigInt): BigInt
-
def
log(a: BigInt): BigInt
-
def
lt(x: BigInt, y: BigInt): Boolean
-
def
lteqv(x: BigInt, y: BigInt): Boolean
-
def
max(x: BigInt, y: BigInt): BigInt
-
def
min(x: BigInt, y: BigInt): BigInt
-
def
minus(a: BigInt, b: BigInt): BigInt
-
def
mod(a: BigInt, b: BigInt): BigInt
-
def
multiplicative: Group[BigInt]
-
final
def
ne(arg0: AnyRef): Boolean
-
def
negate(a: BigInt): BigInt
-
def
neqv(x: BigInt, y: BigInt): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
nroot(a: BigInt, k: Int): BigInt
-
def
on[B](f: (B) ⇒ BigInt): Order[B]
-
val
one: BigInt
-
def
plus(a: BigInt, b: BigInt): BigInt
-
def
pow(a: BigInt, b: Int): BigInt
-
def
quot(a: BigInt, b: BigInt): BigInt
-
def
quotmod(a: BigInt, b: BigInt): (BigInt, BigInt)
-
def
reciprocal(a: BigInt): BigInt
-
def
reverse: Order[BigInt]
-
def
sign(a: BigInt): Sign
-
def
signum(a: BigInt): Int
-
def
sqrt(a: BigInt): BigInt
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
times(a: BigInt, b: BigInt): BigInt
-
def
toBigDecimal(a: BigInt): BigDecimal
-
def
toBigInt(a: BigInt): BigInt
-
def
toByte(a: BigInt): Byte
-
def
toDouble(a: BigInt): Double
-
def
toFloat(a: BigInt): Float
-
def
toInt(a: BigInt): Int
-
def
toLong(a: BigInt): Long
-
def
toRational(a: BigInt): Rational
-
def
toShort(a: BigInt): Short
-
def
toString(a: BigInt): String
-
def
toString(): String
-
def
toType[B](a: BigInt)(implicit arg0: ConvertableTo[B]): B
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
val
zero: BigInt
Inherited from Order[BigInt]
Inherited from Eq[BigInt]
Inherited from NRoot[BigInt]
Inherited from Field[BigInt]
Inherited from Ring[BigInt]
Inherited from Rig[BigInt]
Inherited from AnyRef
Inherited from Any