Packages

t

dsptools.numbers

DspRealIsReal

trait DspRealIsReal extends IsReal[DspReal] with DspRealOrder with DspRealSigned with hasContext

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DspRealIsReal
  2. DspRealSigned
  3. DspRealRing
  4. Ring
  5. Ring
  6. Rng
  7. AdditiveCommutativeGroup
  8. AdditiveGroup
  9. Rig
  10. MultiplicativeMonoid
  11. Semiring
  12. MultiplicativeSemigroup
  13. AdditiveCommutativeMonoid
  14. AdditiveCommutativeSemigroup
  15. AdditiveMonoid
  16. AdditiveSemigroup
  17. Serializable
  18. DspRealOrder
  19. hasContext
  20. IsReal
  21. Signed
  22. Order
  23. PartialOrder
  24. Eq
  25. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def getClass(): Class[_ <: AnyRef]
    Definition Classes
    Any

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. def abs(a: DspReal): DspReal

    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
    DspRealSignedSigned
  5. def additive: CommutativeGroup[DspReal]
    Definition Classes
    AdditiveCommutativeGroup → AdditiveCommutativeMonoid → AdditiveCommutativeSemigroup → AdditiveGroup → AdditiveMonoid → AdditiveSemigroup
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def ceil(a: DspReal): DspReal

    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
    DspRealIsRealIsReal
  8. def compare(x: DspReal, y: DspReal): ComparisonBundle
    Definition Classes
    DspRealOrderOrder
  9. def context: DspContext
    Definition Classes
    hasContext
  10. def context_abs(a: DspReal): DspReal
    Definition Classes
    DspRealSignedSigned
  11. def context_ceil(a: DspReal): DspReal
  12. def equals(arg0: Any): Boolean
    Definition Classes
    Any
  13. def eqv(x: DspReal, y: DspReal): Bool

    Returns true if x and y are equivalent, false otherwise.

    Returns true if x and y are equivalent, false otherwise.

    Definition Classes
    DspRealOrderOrderPartialOrderEq
  14. def floor(a: DspReal): DspReal

    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
    DspRealIsRealIsReal
  15. def fromBigInt(n: BigInt): DspReal
    Definition Classes
    Ring
  16. def fromInt(n: Int): DspReal
    Definition Classes
    Ring
  17. def gt(x: DspReal, y: DspReal): Bool
    Definition Classes
    DspRealOrderOrderPartialOrder
  18. def gteqv(x: DspReal, y: DspReal): Bool
    Definition Classes
    DspRealOrderOrderPartialOrder
  19. def hashCode(): Int
    Definition Classes
    Any
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isOne(a: DspReal)(implicit ev: algebra.Eq[DspReal]): Boolean
    Definition Classes
    MultiplicativeMonoid
  22. def isSignNegative(a: DspReal): Bool
    Definition Classes
    DspRealSignedSigned
  23. def isSignNonNegative(a: DspReal): Bool
    Definition Classes
    Signed
  24. def isSignNonPositive(a: DspReal): Bool
    Definition Classes
    Signed
  25. def isSignNonZero(a: DspReal): Bool
    Definition Classes
    Signed
  26. def isSignPositive(a: DspReal): Bool
    Definition Classes
    Signed
  27. def isSignZero(a: DspReal): Bool
    Definition Classes
    DspRealSignedSigned
  28. def isWhole(a: DspReal): Bool

    Returns true iff a is a an integer.

    Returns true iff a is a an integer.

    Definition Classes
    DspRealIsRealIsReal
  29. def isZero(a: DspReal)(implicit ev: algebra.Eq[DspReal]): Boolean
    Definition Classes
    AdditiveMonoid
  30. def lt(x: DspReal, y: DspReal): Bool
    Definition Classes
    DspRealOrderOrderPartialOrder
  31. def lteqv(x: DspReal, y: DspReal): Bool
    Definition Classes
    DspRealOrderOrderPartialOrder
  32. def max(x: DspReal, y: DspReal): DspReal
    Definition Classes
    Order
  33. def min(x: DspReal, y: DspReal): DspReal
    Definition Classes
    Order
  34. def minus(f: DspReal, g: DspReal): DspReal
    Definition Classes
    DspRealRing → AdditiveGroup
  35. def minusContext(f: DspReal, g: DspReal): DspReal
    Definition Classes
    DspRealRingRing
  36. def multiplicative: Monoid[DspReal]
    Definition Classes
    MultiplicativeMonoid → MultiplicativeSemigroup
  37. def negate(f: DspReal): DspReal
    Definition Classes
    DspRealRing → AdditiveGroup
  38. def negateContext(f: DspReal): DspReal
    Definition Classes
    DspRealRingRing
  39. def neqv(x: DspReal, y: DspReal): Bool

    Returns false if x and y are equivalent, true otherwise.

    Returns false if x and y are equivalent, true otherwise.

    Definition Classes
    DspRealOrderEq
  40. def on[B <: Data](f: (B) => DspReal): Order[B]

    Defines an order on B by mapping B to A using f and using As order to order B.

    Defines an order on B by mapping B to A using f and using As order to order B.

    Definition Classes
    OrderPartialOrderEq
  41. def one: DspReal
    Definition Classes
    DspRealRing → MultiplicativeMonoid
  42. def partialCompare(x: DspReal, y: DspReal): ValidIO[ComparisonBundle]

    Result of comparing x with y.

    Result of comparing x with y. Returns ValidIO[ComparisonBundle] with valid false if operands are not comparable. If operands are comparable, bits.lt will be true if x < y and bits.eq will be true if x = y

    Definition Classes
    OrderPartialOrder
  43. def plus(f: DspReal, g: DspReal): DspReal
    Definition Classes
    DspRealRing → AdditiveSemigroup
  44. def plusContext(f: DspReal, g: DspReal): DspReal
    Definition Classes
    DspRealRingRing
  45. def pmax(x: DspReal, y: DspReal): ValidIO[DspReal]

    Returns Some(x) if x >= y, Some(y) if x < y, otherwise None.

    Returns Some(x) if x >= y, Some(y) if x < y, otherwise None.

    Definition Classes
    PartialOrder
  46. def pmin(x: DspReal, y: DspReal): ValidIO[DspReal]

    Returns Some(x) if x <= y, Some(y) if x > y, otherwise None.

    Returns Some(x) if x <= y, Some(y) if x > y, otherwise None.

    Definition Classes
    PartialOrder
  47. def positivePow(a: DspReal, n: Int): DspReal
    Attributes
    protected[this]
    Definition Classes
    MultiplicativeSemigroup
  48. def positiveSumN(a: DspReal, n: Int): DspReal
    Attributes
    protected[this]
    Definition Classes
    AdditiveSemigroup
  49. def pow(a: DspReal, n: Int): DspReal
    Definition Classes
    MultiplicativeMonoid → MultiplicativeSemigroup
  50. def product(as: TraversableOnce[DspReal]): DspReal
    Definition Classes
    MultiplicativeMonoid
  51. def reverse: Order[DspReal]

    Defines an ordering on A where all arrows switch direction.

    Defines an ordering on A where all arrows switch direction.

    Definition Classes
    OrderPartialOrder
  52. def round(a: DspReal): DspReal

    Rounds a to the nearest integer (When the fractional part is 0.5, tie breaking rounds to positive infinity i.e.

    Rounds a to the nearest integer (When the fractional part is 0.5, tie breaking rounds to positive infinity i.e. round half up)

    Definition Classes
    DspRealIsRealIsReal
  53. def sign(a: DspReal): Sign

    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
  54. def signum(a: DspReal): ComparisonBundle

    Returns 0 if a is 0, > 0 if a is positive, and < 0 is a is negative.

    Returns 0 if a is 0, > 0 if a is positive, and < 0 is a is negative.

    Definition Classes
    DspRealSignedSigned
  55. def sum(as: TraversableOnce[DspReal]): DspReal
    Definition Classes
    AdditiveMonoid
  56. def sumN(a: DspReal, n: Int): DspReal
    Definition Classes
    AdditiveGroup → AdditiveMonoid → AdditiveSemigroup
  57. def times(f: DspReal, g: DspReal): DspReal
    Definition Classes
    DspRealRing → MultiplicativeSemigroup
  58. def timesContext(f: DspReal, g: DspReal): DspReal
    Definition Classes
    DspRealRingRing
  59. def toString(): String
    Definition Classes
    Any
  60. def truncate(a: DspReal): DspReal
    Definition Classes
    DspRealIsRealIsReal
  61. def tryProduct(as: TraversableOnce[DspReal]): Option[DspReal]
    Definition Classes
    MultiplicativeMonoid → MultiplicativeSemigroup
  62. def trySum(as: TraversableOnce[DspReal]): Option[DspReal]
    Definition Classes
    AdditiveMonoid → AdditiveSemigroup
  63. def zero: DspReal
    Definition Classes
    DspRealRing → AdditiveMonoid

Inherited from DspRealSigned

Inherited from DspRealRing

Inherited from Ring[DspReal]

Inherited from algebra.ring.Ring[DspReal]

Inherited from Rng[DspReal]

Inherited from Rig[DspReal]

Inherited from Semiring[DspReal]

Inherited from AdditiveMonoid[DspReal]

Inherited from AdditiveSemigroup[DspReal]

Inherited from Serializable

Inherited from DspRealOrder

Inherited from hasContext

Inherited from IsReal[DspReal]

Inherited from Signed[DspReal]

Inherited from Order[DspReal]

Inherited from PartialOrder[DspReal]

Inherited from Eq[DspReal]

Inherited from Any

Ungrouped