Trait

spire.std

BigIntegerIsReal

Related Doc: package std

Permalink

trait BigIntegerIsReal extends IsIntegral[BigInteger] with BigIntegerTruncatedDivision with Serializable

Linear Supertypes
BigIntegerTruncatedDivision, BigIntegerSigned, BigIntegerOrder, TruncatedDivisionCRing[BigInteger], CommutativeRing[BigInteger], CommutativeRng[BigInteger], CommutativeRig[BigInteger], MultiplicativeCommutativeMonoid[BigInteger], CommutativeSemiring[BigInteger], MultiplicativeCommutativeSemigroup[BigInteger], Ring[BigInteger], Rng[BigInteger], AdditiveCommutativeGroup[BigInteger], AdditiveGroup[BigInteger], Rig[BigInteger], MultiplicativeMonoid[BigInteger], Semiring[BigInteger], MultiplicativeSemigroup[BigInteger], AdditiveCommutativeMonoid[BigInteger], AdditiveCommutativeSemigroup[BigInteger], AdditiveMonoid[BigInteger], AdditiveSemigroup[BigInteger], TruncatedDivision[BigInteger], IsIntegral[BigInteger], IsRational[BigInteger], IsAlgebraic[BigInteger], IsReal[BigInteger], Signed[BigInteger], Order[BigInteger], PartialOrder[BigInteger], Eq[BigInteger], Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BigIntegerIsReal
  2. BigIntegerTruncatedDivision
  3. BigIntegerSigned
  4. BigIntegerOrder
  5. TruncatedDivisionCRing
  6. CommutativeRing
  7. CommutativeRng
  8. CommutativeRig
  9. MultiplicativeCommutativeMonoid
  10. CommutativeSemiring
  11. MultiplicativeCommutativeSemigroup
  12. Ring
  13. Rng
  14. AdditiveCommutativeGroup
  15. AdditiveGroup
  16. Rig
  17. MultiplicativeMonoid
  18. Semiring
  19. MultiplicativeSemigroup
  20. AdditiveCommutativeMonoid
  21. AdditiveCommutativeSemigroup
  22. AdditiveMonoid
  23. AdditiveSemigroup
  24. TruncatedDivision
  25. IsIntegral
  26. IsRational
  27. IsAlgebraic
  28. IsReal
  29. Signed
  30. Order
  31. PartialOrder
  32. Eq
  33. Serializable
  34. Serializable
  35. AnyRef
  36. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def negate(x: BigInteger): BigInteger

    Permalink
    Definition Classes
    AdditiveGroup
  2. abstract def one: BigInteger

    Permalink
    Definition Classes
    MultiplicativeMonoid
  3. abstract def plus(x: BigInteger, y: BigInteger): BigInteger

    Permalink
    Definition Classes
    AdditiveSemigroup
  4. abstract def times(x: BigInteger, y: BigInteger): BigInteger

    Permalink
    Definition Classes
    MultiplicativeSemigroup
  5. abstract def zero: BigInteger

    Permalink
    Definition Classes
    AdditiveMonoid

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def abs(a: BigInteger): BigInteger

    Permalink

    An idempotent function that ensures an object has a non-negative sign.

    An idempotent function that ensures an object has a non-negative sign.

    Definition Classes
    BigIntegerSignedSigned
  5. def additive: CommutativeGroup[BigInteger]

    Permalink
    Definition Classes
    AdditiveCommutativeGroup → AdditiveCommutativeMonoid → AdditiveCommutativeSemigroup → AdditiveGroup → AdditiveMonoid → AdditiveSemigroup
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def ceil(a: BigInteger): BigInteger

    Permalink

    Rounds a the nearest integer that is greater than or equal to a.

    Rounds a the nearest integer that is greater than or equal to a.

    Definition Classes
    IsIntegralIsReal
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def compare(x: BigInteger, y: BigInteger): Int

    Permalink
    Definition Classes
    BigIntegerOrder → Order
  10. def comparison(x: BigInteger, y: BigInteger): Comparison

    Permalink
    Definition Classes
    Order
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def eqv(x: BigInteger, y: BigInteger): Boolean

    Permalink
    Definition Classes
    BigIntegerOrder → Order → PartialOrder → Eq
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def floor(a: BigInteger): BigInteger

    Permalink

    Rounds a the nearest integer that is less than or equal to a.

    Rounds a the nearest integer that is less than or equal to a.

    Definition Classes
    IsIntegralIsReal
  16. def fmod(x: BigInteger, y: BigInteger): BigInteger

    Permalink
  17. def fquot(x: BigInteger, y: BigInteger): BigInteger

    Permalink
  18. def fquotmod(x: BigInteger, y: BigInteger): (BigInteger, BigInteger)

    Permalink
  19. def fromBigInt(n: BigInt): BigInteger

    Permalink
    Definition Classes
    Ring
  20. def fromInt(n: Int): BigInteger

    Permalink
    Definition Classes
    Ring
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def gt(x: BigInteger, y: BigInteger): Boolean

    Permalink
    Definition Classes
    BigIntegerOrder → Order → PartialOrder
  23. def gteqv(x: BigInteger, y: BigInteger): Boolean

    Permalink
    Definition Classes
    BigIntegerOrder → Order → PartialOrder
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. def isOne(a: BigInteger)(implicit ev: Eq[BigInteger]): Boolean

    Permalink
    Definition Classes
    MultiplicativeMonoid
  27. def isSignNegative(a: BigInteger): Boolean

    Permalink
    Definition Classes
    Signed
  28. def isSignNonNegative(a: BigInteger): Boolean

    Permalink
    Definition Classes
    Signed
  29. def isSignNonPositive(a: BigInteger): Boolean

    Permalink
    Definition Classes
    Signed
  30. def isSignNonZero(a: BigInteger): Boolean

    Permalink
    Definition Classes
    Signed
  31. def isSignPositive(a: BigInteger): Boolean

    Permalink
    Definition Classes
    Signed
  32. def isSignZero(a: BigInteger): Boolean

    Permalink
    Definition Classes
    Signed
  33. def isWhole(a: BigInteger): Boolean

    Permalink

    Returns true iff a is a an integer.

    Returns true iff a is a an integer.

    Definition Classes
    IsIntegralIsReal
  34. def isZero(a: BigInteger)(implicit ev: Eq[BigInteger]): Boolean

    Permalink
    Definition Classes
    AdditiveMonoid
  35. def lt(x: BigInteger, y: BigInteger): Boolean

    Permalink
    Definition Classes
    BigIntegerOrder → Order → PartialOrder
  36. def lteqv(x: BigInteger, y: BigInteger): Boolean

    Permalink
    Definition Classes
    BigIntegerOrder → Order → PartialOrder
  37. def max(x: BigInteger, y: BigInteger): BigInteger

    Permalink
    Definition Classes
    BigIntegerOrder → Order
  38. def min(x: BigInteger, y: BigInteger): BigInteger

    Permalink
    Definition Classes
    BigIntegerOrder → Order
  39. def minus(x: BigInteger, y: BigInteger): BigInteger

    Permalink
    Definition Classes
    AdditiveGroup
  40. def multiplicative: CommutativeMonoid[BigInteger]

    Permalink
    Definition Classes
    MultiplicativeCommutativeMonoid → MultiplicativeCommutativeSemigroup → MultiplicativeMonoid → MultiplicativeSemigroup
  41. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  42. def neqv(x: BigInteger, y: BigInteger): Boolean

    Permalink
    Definition Classes
    BigIntegerOrder → Order → Eq
  43. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  44. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  45. def partialCompare(x: BigInteger, y: BigInteger): Double

    Permalink
    Definition Classes
    Order → PartialOrder
  46. def partialComparison(x: BigInteger, y: BigInteger): Option[Comparison]

    Permalink
    Definition Classes
    PartialOrder
  47. def pmax(x: BigInteger, y: BigInteger): Option[BigInteger]

    Permalink
    Definition Classes
    PartialOrder
  48. def pmin(x: BigInteger, y: BigInteger): Option[BigInteger]

    Permalink
    Definition Classes
    PartialOrder
  49. def positivePow(a: BigInteger, n: Int): BigInteger

    Permalink
    Attributes
    protected[this]
    Definition Classes
    MultiplicativeSemigroup
  50. def positiveSumN(a: BigInteger, n: Int): BigInteger

    Permalink
    Attributes
    protected[this]
    Definition Classes
    AdditiveSemigroup
  51. def pow(a: BigInteger, n: Int): BigInteger

    Permalink
    Definition Classes
    MultiplicativeMonoid → MultiplicativeSemigroup
  52. def product(as: TraversableOnce[BigInteger]): BigInteger

    Permalink
    Definition Classes
    MultiplicativeMonoid
  53. def round(a: BigInteger): BigInteger

    Permalink

    Rounds a to the nearest integer.

    Rounds a to the nearest integer.

    Definition Classes
    IsIntegralIsReal
  54. def sign(a: BigInteger): Sign

    Permalink

    Returns Zero if a is 0, Positive if a is positive, and Negative is a is negative.

    Returns Zero if a is 0, Positive if a is positive, and Negative is a is negative.

    Definition Classes
    Signed
  55. def signum(a: BigInteger): Int

    Permalink

    Returns 0 if a is 0, 1 if a is positive, and -1 is a is negative.

    Returns 0 if a is 0, 1 if a is positive, and -1 is a is negative.

    Definition Classes
    BigIntegerSignedSigned
  56. def sum(as: TraversableOnce[BigInteger]): BigInteger

    Permalink
    Definition Classes
    AdditiveMonoid
  57. def sumN(a: BigInteger, n: Int): BigInteger

    Permalink
    Definition Classes
    AdditiveGroup → AdditiveMonoid → AdditiveSemigroup
  58. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  59. def tmod(a: BigInteger, b: BigInteger): BigInteger

    Permalink
  60. def toAlgebraic(a: BigInteger): Algebraic

    Permalink
    Definition Classes
    IsRationalIsAlgebraic
  61. def toBigInt(n: BigInteger): BigInt

    Permalink
    Definition Classes
    BigIntegerIsRealIsIntegral
  62. def toBigIntOpt(n: BigInteger): Opt[BigInt]

    Permalink

    Returns the integer a such that x = a * one, if it exists.

    Returns the integer a such that x = a * one, if it exists.

    Definition Classes
    BigIntegerTruncatedDivisionTruncatedDivision
  63. def toDouble(n: BigInteger): Double

    Permalink

    Approximates a as a Double.

    Approximates a as a Double.

    Definition Classes
    BigIntegerIsRealIsReal
  64. def toOrdering: Ordering[BigInteger]

    Permalink
    Definition Classes
    Order
  65. def toRational(a: BigInteger): Rational

    Permalink
    Definition Classes
    IsIntegralIsRational
  66. def toReal(a: BigInteger): Real

    Permalink
    Definition Classes
    IsAlgebraicIsReal
  67. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  68. def tquot(a: BigInteger, b: BigInteger): BigInteger

    Permalink
  69. def tquotmod(a: BigInteger, b: BigInteger): (BigInteger, BigInteger)

    Permalink
  70. def tryCompare(x: BigInteger, y: BigInteger): Option[Int]

    Permalink
    Definition Classes
    PartialOrder
  71. def tryProduct(as: TraversableOnce[BigInteger]): Option[BigInteger]

    Permalink
    Definition Classes
    MultiplicativeMonoid → MultiplicativeSemigroup
  72. def trySum(as: TraversableOnce[BigInteger]): Option[BigInteger]

    Permalink
    Definition Classes
    AdditiveMonoid → AdditiveSemigroup
  73. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BigIntegerSigned

Inherited from BigIntegerOrder

Inherited from TruncatedDivisionCRing[BigInteger]

Inherited from CommutativeRing[BigInteger]

Inherited from CommutativeRng[BigInteger]

Inherited from CommutativeRig[BigInteger]

Inherited from MultiplicativeCommutativeMonoid[BigInteger]

Inherited from CommutativeSemiring[BigInteger]

Inherited from MultiplicativeCommutativeSemigroup[BigInteger]

Inherited from Ring[BigInteger]

Inherited from Rng[BigInteger]

Inherited from AdditiveCommutativeGroup[BigInteger]

Inherited from AdditiveGroup[BigInteger]

Inherited from Rig[BigInteger]

Inherited from MultiplicativeMonoid[BigInteger]

Inherited from Semiring[BigInteger]

Inherited from MultiplicativeSemigroup[BigInteger]

Inherited from AdditiveCommutativeMonoid[BigInteger]

Inherited from AdditiveCommutativeSemigroup[BigInteger]

Inherited from AdditiveMonoid[BigInteger]

Inherited from AdditiveSemigroup[BigInteger]

Inherited from TruncatedDivision[BigInteger]

Inherited from IsIntegral[BigInteger]

Inherited from IsRational[BigInteger]

Inherited from IsAlgebraic[BigInteger]

Inherited from IsReal[BigInteger]

Inherited from Signed[BigInteger]

Inherited from Order[BigInteger]

Inherited from PartialOrder[BigInteger]

Inherited from Eq[BigInteger]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped