Scala Standard Library 2.12.18 - scala.math.BigInt (original) (raw)
final class BigInt extends ScalaNumber with ScalaNumericConversions with Serializable with Ordered[BigInt]
Ordering
- Alphabetic
- By Inheritance
Inherited
- BigInt
- Ordered
- Comparable
- Serializable
- ScalaNumericConversions
- ScalaNumericAnyConversions
- ScalaNumber
- Number
- Serializable
- AnyRef
- Any
Implicitly
by orderingToOrdered
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Instance Constructors
- new BigInt(bigInteger: BigInteger)
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- def %(that: BigInt): BigInt
- def &(that: BigInt): BigInt
- def &~(that: BigInt): BigInt
- def *(that: BigInt): BigInt
- def +(that: BigInt): BigInt
- def -(that: BigInt): BigInt
- def ->[B](y: B): (BigInt, B)
- def /(that: BigInt): BigInt
- def /%(that: BigInt): (BigInt, BigInt)
- def <(that: BigInt): Boolean
- def <<(n: Int): BigInt
- def <=(that: BigInt): Boolean
- final def ==(arg0: Any): Boolean
- def >(that: BigInt): Boolean
- def >=(that: BigInt): Boolean
- def >>(n: Int): BigInt
- def ^(that: BigInt): BigInt
- def abs: BigInt
- final def asInstanceOf[T0]: T0
- val bigInteger: BigInteger
- def bitCount: Int
- def bitLength: Int
- def byteValue(): Byte
- def charValue: Char
- def clearBit(n: Int): BigInt
- def clone(): AnyRef
- def compare(that: BigInt): Int
- def compareTo(that: BigInt): Int
- def doubleValue(): Double
- def ensuring(cond: (BigInt) ⇒ Boolean, msg: ⇒ Any): BigInt
- def ensuring(cond: (BigInt) ⇒ Boolean): BigInt
- def ensuring(cond: Boolean, msg: ⇒ Any): BigInt
- def ensuring(cond: Boolean): BigInt
- final def eq(arg0: AnyRef): Boolean
- def equals(that: BigInt): Boolean
- def equals(that: Any): Boolean
- def finalize(): Unit
- def flipBit(n: Int): BigInt
- def floatValue(): Float
- def gcd(that: BigInt): BigInt
- final def getClass(): Class[_]
- def hashCode(): Int
- def intValue(): Int
- final def isInstanceOf[T0]: Boolean
- def isProbablePrime(certainty: Int): Boolean
- def isValidByte: Boolean
- def isValidChar: Boolean
- def isValidDouble: Boolean
- def isValidFloat: Boolean
- def isValidInt: Boolean
- def isValidLong: Boolean
- def isValidShort: Boolean
- def longValue(): Long
- def lowestSetBit: Int
- def max(that: BigInt): BigInt
- def min(that: BigInt): BigInt
- def mod(that: BigInt): BigInt
- def modInverse(m: BigInt): BigInt
- def modPow(exp: BigInt, m: BigInt): BigInt
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def pow(exp: Int): BigInt
- def setBit(n: Int): BigInt
- def shortValue(): Short
- def signum: Int
- final def synchronized[T0](arg0: ⇒ T0): T0
- def testBit(n: Int): Boolean
- def to(end: BigInt, step: BigInt = BigInt(1)): Inclusive[scala.BigInt]
- def toByte: Byte
- def toByteArray: Array[Byte]
- def toChar: Char
- def toDouble: Double
- def toFloat: Float
- def toInt: Int
- def toLong: Long
- def toShort: Short
- def toString(radix: Int): String
- def toString(): String
- def unary_-: BigInt
- def unary_~: BigInt
- def underlying(): BigInteger
- def unifiedPrimitiveEquals(x: Any): Boolean
- def unifiedPrimitiveHashcode(): Int
- def until(end: BigInt, step: BigInt = BigInt(1)): Exclusive[scala.BigInt]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- def |(that: BigInt): BigInt
- def →[B](y: B): (BigInt, B)