final class LiteralBigIntOps extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LiteralBigIntOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new LiteralBigIntOps(lhs: BigInt)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
- def %(rhs: Number): Number
- def %(rhs: ULong): BigInt
- def %(rhs: Natural): BigInt
- def %(rhs: SafeLong): SafeLong
- def *(rhs: Number): Number
- def *(rhs: ULong): BigInt
- def *(rhs: Natural): BigInt
- def *(rhs: SafeLong): SafeLong
- def **(rhs: BigInt): BigInt
- def +(rhs: Number): Number
- def +(rhs: ULong): BigInt
- def +(rhs: Natural): BigInt
- def +(rhs: SafeLong): SafeLong
- def -(rhs: Number): Number
- def -(rhs: ULong): BigInt
- def -(rhs: Natural): BigInt
- def -(rhs: SafeLong): SafeLong
- def /(rhs: Number): Number
- def /(rhs: ULong): BigInt
- def /(rhs: Natural): BigInt
- def /(rhs: SafeLong): SafeLong
- def /%(rhs: Number): (Number, Number)
- def /%(rhs: ULong): (BigInt, BigInt)
- def /%(rhs: Natural): (BigInt, BigInt)
- def /%(rhs: SafeLong): (SafeLong, SafeLong)
- def /~(rhs: Number): Number
- def /~(rhs: ULong): BigInt
- def /~(rhs: Natural): BigInt
- def /~(rhs: SafeLong): SafeLong
- def /~(rhs: BigInt): BigInt
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lhs: BigInt
- def pow(rhs: BigInt): BigInt
-
def
toString(): String
- Definition Classes
- Any