spire.math

SafeLongBigInt

case class SafeLongBigInt extends SafeLong with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, SafeLong, Ordered[SafeLong], Comparable[SafeLong], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SafeLongBigInt
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SafeLong
  7. Ordered
  8. Comparable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def %(y: BigInt): SafeLong

    Definition Classes
    SafeLongBigIntSafeLong
  5. def %(y: Long): SafeLong

    Definition Classes
    SafeLongBigIntSafeLong
  6. def %(rhs: SafeLong): SafeLong

    Definition Classes
    SafeLong
  7. def *(y: BigInt): SafeLong

    Definition Classes
    SafeLongBigIntSafeLong
  8. def *(y: Long): SafeLong

    Definition Classes
    SafeLongBigIntSafeLong
  9. def *(rhs: SafeLong): SafeLong

    Definition Classes
    SafeLong
  10. def +(y: BigInt): SafeLong

    Definition Classes
    SafeLongBigIntSafeLong
  11. def +(y: Long): SafeLong

    Definition Classes
    SafeLongBigIntSafeLong
  12. def +(rhs: SafeLong): SafeLong

    Definition Classes
    SafeLong
  13. def -(y: BigInt): SafeLong

    Definition Classes
    SafeLongBigIntSafeLong
  14. def -(y: Long): SafeLong

    Definition Classes
    SafeLongBigIntSafeLong
  15. def -(rhs: SafeLong): SafeLong

    Definition Classes
    SafeLong
  16. def /(y: BigInt): SafeLong

    Definition Classes
    SafeLongBigIntSafeLong
  17. def /(y: Long): SafeLong

    Definition Classes
    SafeLongBigIntSafeLong
  18. def /(rhs: SafeLong): SafeLong

    Definition Classes
    SafeLong
  19. def <(that: SafeLong): Boolean

    Definition Classes
    Ordered
  20. def <=(that: SafeLong): Boolean

    Definition Classes
    Ordered
  21. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  23. def >(that: SafeLong): Boolean

    Definition Classes
    Ordered
  24. def >=(that: SafeLong): Boolean

    Definition Classes
    Ordered
  25. def abs: SafeLong

    Definition Classes
    SafeLong
  26. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  27. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  28. def compare(that: SafeLong): Int

    Definition Classes
    SafeLongBigInt → Ordered
  29. def compareTo(that: SafeLong): Int

    Definition Classes
    Ordered → Comparable
  30. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  32. def fold[A, B <: A, C <: A](f: (Long) ⇒ B, g: (BigInt) ⇒ C): A

    Definition Classes
    SafeLongBigIntSafeLong
  33. def foldWith[A, B <: A, C <: A](that: SafeLong)(f: (Long, Long) ⇒ B, g: (BigInt, BigInt) ⇒ C): A

    If this SafeLong is backed by a Long and that SafeLong is backed by a Long as well, then f will be called with both values.

    If this SafeLong is backed by a Long and that SafeLong is backed by a Long as well, then f will be called with both values. Otherwise, this and that will be converted to BigInts and g will be called with these BigInts.

    Definition Classes
    SafeLong
  34. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  35. def isBigInt: Boolean

    Definition Classes
    SafeLong
  36. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  37. def isLong: Boolean

    Definition Classes
    SafeLong
  38. def map(f: (Long) ⇒ Long, g: (BigInt) ⇒ BigInt): SafeLong

    Definition Classes
    SafeLong
  39. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  40. final def notify(): Unit

    Definition Classes
    AnyRef
  41. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  42. final def pow(rhs: Int): SafeLong

    Exponentiation function, e.

    Exponentiation function, e.g. x^y

    If base^exponent doesn't fit in a Long, the result will overflow (unlike scala.math.pow which will return +/- Infinity).

    Definition Classes
    SafeLong
  43. def signum: Int

    Definition Classes
    SafeLong
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  45. def toBigDecimal: BigDecimal

    Definition Classes
    SafeLongBigIntSafeLong
  46. def toBigInt: BigInt

    Definition Classes
    SafeLongBigIntSafeLong
  47. def unary_-(): SafeLong

    Definition Classes
    SafeLongBigIntSafeLong
  48. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  49. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  50. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  51. val x: BigInt

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SafeLong

Inherited from Ordered[SafeLong]

Inherited from Comparable[SafeLong]

Inherited from AnyRef

Inherited from Any

Ungrouped