BigIntSyntax

class Object
trait Matchable
class Any
trait AllSyntax
object implicits
object all
object bigInt

Extensions

Extensions

extension (lhs: BigInt)
def %(rhs: SafeLong): SafeLong
def %(rhs: Natural): BigInt
def %(rhs: ULong): BigInt
def %(rhs: Number): Number
def *(rhs: SafeLong): SafeLong
def *(rhs: Natural): BigInt
def *(rhs: ULong): BigInt
def *(rhs: Number): Number
def **(rhs: BigInt): BigInt
def +(rhs: SafeLong): SafeLong
def +(rhs: Natural): BigInt
def +(rhs: ULong): BigInt
def +(rhs: Number): Number
def -(rhs: SafeLong): SafeLong
def -(rhs: Natural): BigInt
def -(rhs: ULong): BigInt
def -(rhs: Number): Number
def /(rhs: SafeLong): SafeLong
def /(rhs: Natural): BigInt
def /(rhs: ULong): BigInt
def /(rhs: Number): Number
def /%(rhs: Natural): (BigInt, BigInt)
def /%(rhs: ULong): (BigInt, BigInt)
def /%(rhs: Number): (Number, Number)
def /~(rhs: BigInt): BigInt
def /~(rhs: SafeLong): SafeLong
def /~(rhs: Natural): BigInt
def /~(rhs: ULong): BigInt
def /~(rhs: Number): Number
def pow(rhs: BigInt): BigInt