c

spire.syntax.std

LiteralBigIntOps

final class LiteralBigIntOps extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LiteralBigIntOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LiteralBigIntOps(lhs: BigInt)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def %(rhs: Number): Number
  4. def %(rhs: ULong): BigInt
  5. def %(rhs: Natural): BigInt
  6. def %(rhs: SafeLong): SafeLong
  7. def *(rhs: Number): Number
  8. def *(rhs: ULong): BigInt
  9. def *(rhs: Natural): BigInt
  10. def *(rhs: SafeLong): SafeLong
  11. def **(rhs: BigInt): BigInt
  12. def +(rhs: Number): Number
  13. def +(rhs: ULong): BigInt
  14. def +(rhs: Natural): BigInt
  15. def +(rhs: SafeLong): SafeLong
  16. def -(rhs: Number): Number
  17. def -(rhs: ULong): BigInt
  18. def -(rhs: Natural): BigInt
  19. def -(rhs: SafeLong): SafeLong
  20. def /(rhs: Number): Number
  21. def /(rhs: ULong): BigInt
  22. def /(rhs: Natural): BigInt
  23. def /(rhs: SafeLong): SafeLong
  24. def /%(rhs: Number): (Number, Number)
  25. def /%(rhs: ULong): (BigInt, BigInt)
  26. def /%(rhs: Natural): (BigInt, BigInt)
  27. def /%(rhs: SafeLong): (SafeLong, SafeLong)
  28. def /~(rhs: Number): Number
  29. def /~(rhs: ULong): BigInt
  30. def /~(rhs: Natural): BigInt
  31. def /~(rhs: SafeLong): SafeLong
  32. def /~(rhs: BigInt): BigInt
  33. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  34. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  35. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. val lhs: BigInt
  38. def pow(rhs: BigInt): BigInt
  39. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped