sealed
class
BaseN extends AnyRef
Instance Constructors
-
new
BaseN(underlying: BigInt, baseN: Int)
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
-
-
-
-
-
def
<<(n: Int): BaseN
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
>>(n: Int): BaseN
-
-
final
def
asInstanceOf[T0]: T0
-
val
baseN: Int
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
def
modInverse(that: BaseN): BaseN
-
def
modPow(that: BaseN, p: Int): BaseN
-
def
n(x: Int): BaseN
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
implicit
def
toBigInt: BigInt
-
def
toBits: List[Int]
-
def
toByteArray: Array[Byte]
-
implicit
def
toInt: Int
-
def
toIntArray: Array[Int]
-
def
toRawString: String
-
def
toString(n: Int): String
-
def
toString(): String
-
def
toUnsignedByteArray: Array[Byte]
-
val
underlying: BigInt
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
-
Inherited from AnyRef
Inherited from Any