Class

spire.syntax.std

LiteralBigIntOps

Related Doc: package std

Permalink

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)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. def %(rhs: Number): Number

    Permalink
  4. def %(rhs: ULong): BigInt

    Permalink
  5. def %(rhs: Natural): BigInt

    Permalink
  6. def %(rhs: SafeLong): SafeLong

    Permalink
  7. def *(rhs: Number): Number

    Permalink
  8. def *(rhs: ULong): BigInt

    Permalink
  9. def *(rhs: Natural): BigInt

    Permalink
  10. def *(rhs: SafeLong): SafeLong

    Permalink
  11. def **(rhs: BigInt): BigInt

    Permalink
  12. def +(rhs: Number): Number

    Permalink
  13. def +(rhs: ULong): BigInt

    Permalink
  14. def +(rhs: Natural): BigInt

    Permalink
  15. def +(rhs: SafeLong): SafeLong

    Permalink
  16. def -(rhs: Number): Number

    Permalink
  17. def -(rhs: ULong): BigInt

    Permalink
  18. def -(rhs: Natural): BigInt

    Permalink
  19. def -(rhs: SafeLong): SafeLong

    Permalink
  20. def /(rhs: Number): Number

    Permalink
  21. def /(rhs: ULong): BigInt

    Permalink
  22. def /(rhs: Natural): BigInt

    Permalink
  23. def /(rhs: SafeLong): SafeLong

    Permalink
  24. def /%(rhs: Number): (Number, Number)

    Permalink
  25. def /%(rhs: ULong): (BigInt, BigInt)

    Permalink
  26. def /%(rhs: Natural): (BigInt, BigInt)

    Permalink
  27. def /%(rhs: SafeLong): (SafeLong, SafeLong)

    Permalink
  28. def /~(rhs: Number): Number

    Permalink
  29. def /~(rhs: ULong): BigInt

    Permalink
  30. def /~(rhs: Natural): BigInt

    Permalink
  31. def /~(rhs: SafeLong): SafeLong

    Permalink
  32. def /~(rhs: BigInt): BigInt

    Permalink
  33. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  34. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  35. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  36. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  37. val lhs: BigInt

    Permalink
  38. def pow(rhs: BigInt): BigInt

    Permalink
  39. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped