spire.std

ShortIsReal

trait ShortIsReal extends IsIntegral[Short] with ShortOrder with ShortIsSigned

Linear Supertypes
ShortIsSigned, ShortOrder, IsIntegral[Short], IsRational[Short], IsAlgebraic[Short], IsReal[Short], Signed[Short], Order[Short], PartialOrder[Short], Eq[Short], Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ShortIsReal
  2. ShortIsSigned
  3. ShortOrder
  4. IsIntegral
  5. IsRational
  6. IsAlgebraic
  7. IsReal
  8. Signed
  9. Order
  10. PartialOrder
  11. Eq
  12. Serializable
  13. Serializable
  14. AnyRef
  15. 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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. def abs(a: Short): Short

    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
    ShortIsSignedSigned
  7. def and(that: Eq[Short]): Eq[Short]

    Definition Classes
    Eq
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def ceil(a: Short): Short

    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
  10. def clone(): AnyRef

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

    Definition Classes
    ShortOrder → Order
  12. def comparison(x: Short, y: Short): Comparison

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

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

    Definition Classes
    AnyRef → Any
  15. def eqv(x: Short, y: Short): Boolean

    Definition Classes
    ShortOrder → Order → PartialOrder → Eq
  16. def finalize(): Unit

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

    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
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def gt(x: Short, y: Short): Boolean

    Definition Classes
    ShortOrder → Order → PartialOrder
  20. def gteqv(x: Short, y: Short): Boolean

    Definition Classes
    ShortOrder → Order → PartialOrder
  21. def hashCode(): Int

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

    Definition Classes
    Any
  23. def isSignNegative(a: Short): Boolean

    Definition Classes
    Signed
  24. def isSignNonNegative(a: Short): Boolean

    Definition Classes
    Signed
  25. def isSignNonPositive(a: Short): Boolean

    Definition Classes
    Signed
  26. def isSignNonZero(a: Short): Boolean

    Definition Classes
    Signed
  27. def isSignPositive(a: Short): Boolean

    Definition Classes
    Signed
  28. def isSignZero(a: Short): Boolean

    Definition Classes
    Signed
  29. def isWhole(a: Short): Boolean

    Returns true iff a is a an integer.

    Returns true iff a is a an integer.

    Definition Classes
    IsIntegralIsReal
  30. def lt(x: Short, y: Short): Boolean

    Definition Classes
    ShortOrder → Order → PartialOrder
  31. def lteqv(x: Short, y: Short): Boolean

    Definition Classes
    ShortOrder → Order → PartialOrder
  32. def max(x: Short, y: Short): Short

    Definition Classes
    Order
  33. def min(x: Short, y: Short): Short

    Definition Classes
    Order
  34. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  35. def neqv(x: Short, y: Short): Boolean

    Definition Classes
    ShortOrder → Order → Eq
  36. final def notify(): Unit

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

    Definition Classes
    AnyRef
  38. def on[B](f: (B) ⇒ Short): Order[B]

    Definition Classes
    Order → PartialOrder → Eq
  39. def or(that: Eq[Short]): Eq[Short]

    Definition Classes
    Eq
  40. def partialCompare(x: Short, y: Short): Double

    Definition Classes
    Order → PartialOrder
  41. def partialComparison(x: Short, y: Short): Option[Comparison]

    Definition Classes
    PartialOrder
  42. def pmax(x: Short, y: Short): Option[Short]

    Definition Classes
    PartialOrder
  43. def pmin(x: Short, y: Short): Option[Short]

    Definition Classes
    PartialOrder
  44. def reverse: Order[Short]

    Definition Classes
    Order → PartialOrder
  45. def round(a: Short): Short

    Rounds a to the nearest integer.

    Rounds a to the nearest integer.

    Definition Classes
    IsIntegralIsReal
  46. def sign(a: Short): 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
  47. def signum(a: Short): Int

    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
    ShortIsSignedSigned
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  49. def toAlgebraic(a: Short): Algebraic

    Definition Classes
    IsRationalIsAlgebraic
  50. def toBigInt(n: Short): BigInt

    Definition Classes
    ShortIsRealIsIntegral
  51. def toDouble(n: Short): Double

    Approximates a as a Double.

    Approximates a as a Double.

    Definition Classes
    ShortIsRealIsReal
  52. def toOrdering: Ordering[Short]

    Definition Classes
    Order
  53. def toRational(a: Short): Rational

    Definition Classes
    IsIntegralIsRational
  54. def toReal(a: Short): Real

    Definition Classes
    IsAlgebraicIsReal
  55. def toString(): String

    Definition Classes
    AnyRef → Any
  56. def tryCompare(x: Short, y: Short): Option[Int]

    Definition Classes
    PartialOrder
  57. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. def whenEqual(o: Order[Short]): Order[Short]

    Definition Classes
    Order

Inherited from ShortIsSigned

Inherited from ShortOrder

Inherited from IsIntegral[Short]

Inherited from IsRational[Short]

Inherited from IsAlgebraic[Short]

Inherited from IsReal[Short]

Inherited from Signed[Short]

Inherited from Order[Short]

Inherited from PartialOrder[Short]

Inherited from Eq[Short]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped