Trait/Object

org.sireum.logika.math

R

Related Docs: object R | package math

Permalink

sealed trait R extends ScalaNumber with ScalaNumericConversions with Comparable[R] with LogikaNumber

Linear Supertypes
LogikaNumber, Comparable[R], ScalaNumericConversions, ScalaNumericAnyConversions, ScalaNumber, Number, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. R
  2. LogikaNumber
  3. Comparable
  4. ScalaNumericConversions
  5. ScalaNumericAnyConversions
  6. ScalaNumber
  7. Number
  8. Serializable
  9. AnyRef
  10. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def toReal: Real

    Permalink

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 %(other: R): R

    Permalink
  4. final def *(other: R): R

    Permalink
  5. final def +(other: R): R

    Permalink
  6. final def -(other: R): R

    Permalink
  7. def ->[B](y: B): (R, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from R to ArrowAssoc[R] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  8. final def /(other: R): R

    Permalink
  9. final def <(other: R): B

    Permalink
  10. final def <=(other: R): B

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def >(other: R): B

    Permalink
  13. final def >=(other: R): B

    Permalink
  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. def byteValue(): Byte

    Permalink
    Definition Classes
    Number
  16. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. final def compareTo(other: R): Int

    Permalink
    Definition Classes
    R → Comparable
  18. final def doubleValue(): Double

    Permalink
    Definition Classes
    R → ScalaNumericAnyConversions → Number
  19. def ensuring(cond: (R) ⇒ Boolean, msg: ⇒ Any): R

    Permalink
    Implicit information
    This member is added by an implicit conversion from R to Ensuring[R] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: (R) ⇒ Boolean): R

    Permalink
    Implicit information
    This member is added by an implicit conversion from R to Ensuring[R] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean, msg: ⇒ Any): R

    Permalink
    Implicit information
    This member is added by an implicit conversion from R to Ensuring[R] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean): R

    Permalink
    Implicit information
    This member is added by an implicit conversion from R to Ensuring[R] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def equals(other: Any): B

    Permalink
    Definition Classes
    R → AnyRef → Any
  25. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. final def floatValue(): Float

    Permalink
    Definition Classes
    R → ScalaNumericAnyConversions → Number
  27. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from R to StringFormat[R] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  28. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  29. final lazy val hashCode: Int

    Permalink
    Definition Classes
    R → AnyRef → Any
  30. final def intValue(): Int

    Permalink
    Definition Classes
    R → ScalaNumericAnyConversions → Number
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. def isValidByte: Boolean

    Permalink
    Definition Classes
    ScalaNumericAnyConversions
  33. def isValidChar: Boolean

    Permalink
    Definition Classes
    ScalaNumericAnyConversions
  34. def isValidInt: Boolean

    Permalink
    Definition Classes
    ScalaNumericAnyConversions
  35. def isValidShort: Boolean

    Permalink
    Definition Classes
    ScalaNumericAnyConversions
  36. final def isWhole(): Boolean

    Permalink
    Definition Classes
    R → ScalaNumericAnyConversions → ScalaNumber
  37. final def longValue(): Long

    Permalink
    Definition Classes
    R → ScalaNumericAnyConversions → Number
  38. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  39. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  41. def shortValue(): Short

    Permalink
    Definition Classes
    Number
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  43. def toByte: Byte

    Permalink
    Definition Classes
    ScalaNumericAnyConversions
  44. def toChar: Char

    Permalink
    Definition Classes
    ScalaNumericAnyConversions
  45. def toDouble: Double

    Permalink
    Definition Classes
    ScalaNumericAnyConversions
  46. def toFloat: Float

    Permalink
    Definition Classes
    ScalaNumericAnyConversions
  47. def toInt: Int

    Permalink
    Definition Classes
    ScalaNumericAnyConversions
  48. def toLong: Long

    Permalink
    Definition Classes
    ScalaNumericAnyConversions
  49. def toShort: Short

    Permalink
    Definition Classes
    ScalaNumericAnyConversions
  50. final def toString(): String

    Permalink
    Definition Classes
    R → AnyRef → Any
  51. final def unary_-(): R

    Permalink
  52. final def underlying(): Real

    Permalink
    Definition Classes
    R → ScalaNumericConversions → ScalaNumericAnyConversions → ScalaNumber
  53. def unifiedPrimitiveEquals(x: Any): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    ScalaNumericAnyConversions
  54. def unifiedPrimitiveHashcode(): Int

    Permalink
    Attributes
    protected
    Definition Classes
    ScalaNumericAnyConversions
  55. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. def [B](y: B): (R, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from R to ArrowAssoc[R] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from R to any2stringadd[R] performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (r: any2stringadd[R]).+(other)
    Definition Classes
    any2stringadd

Inherited from LogikaNumber

Inherited from Comparable[R]

Inherited from ScalaNumericConversions

Inherited from ScalaNumericAnyConversions

Inherited from ScalaNumber

Inherited from Number

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from R to any2stringadd[R]

Inherited by implicit conversion StringFormat from R to StringFormat[R]

Inherited by implicit conversion Ensuring from R to Ensuring[R]

Inherited by implicit conversion ArrowAssoc from R to ArrowAssoc[R]

Ungrouped