Object/Trait

spire.math

Real

Related Docs: trait Real | package math

Permalink

object Real extends RealInstances with Serializable

Linear Supertypes
Serializable, Serializable, RealInstances, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Real
  2. Serializable
  3. Serializable
  4. RealInstances
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Exact(n: Rational) extends ScalaNumber with Real with Product with Serializable

    Permalink
  2. case class Inexact(f: (Int) ⇒ SafeLong) extends ScalaNumber with Real with Product with Serializable

    Permalink

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. implicit final val RealTag: LargeTag[Real]

    Permalink
    Definition Classes
    RealInstances
  5. def accumulate(total: SafeLong, xs: Stream[SafeLong], cs: Stream[Rational]): SafeLong

    Permalink
  6. def acos(x: Real): Real

    Permalink
  7. def acosh(x: Real): Real

    Permalink
  8. implicit final val algebra: RealAlgebra

    Permalink
    Definition Classes
    RealInstances
  9. def apply(s: String): Real

    Permalink
  10. implicit def apply(n: BigDecimal): Real

    Permalink
  11. implicit def apply(n: Double): Real

    Permalink
  12. implicit def apply(n: Rational): Real

    Permalink
  13. implicit def apply(n: SafeLong): Real

    Permalink
  14. implicit def apply(n: BigInt): Real

    Permalink
  15. implicit def apply(n: Long): Real

    Permalink
  16. implicit def apply(n: Int): Real

    Permalink
  17. def apply(f: (Int) ⇒ SafeLong): Real

    Permalink
  18. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  19. def asin(x: Real): Real

    Permalink
  20. def asinh(x: Real): Real

    Permalink
  21. def atan(x: Real): Real

    Permalink
  22. def atan2(y: Real, x: Real): Real

    Permalink
  23. def atanDr(x: Real): Real

    Permalink
  24. def atanDrx(x: Real): Real

    Permalink
  25. def atanh(x: Real): Real

    Permalink
  26. def bits: Int

    Permalink
  27. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. def cos(x: Real): Real

    Permalink
  29. def cosDr(x: Real): Real

    Permalink
  30. def cosh(x: Real): Real

    Permalink
  31. def digits: Int

    Permalink
  32. def digitsToBits(n: Int): Int

    Permalink
  33. def div2n(x: Real, n: Int): Real

    Permalink
  34. lazy val e: Real

    Permalink
  35. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  37. def exp(x: Real): Real

    Permalink
  38. def expDr(x: Real): Real

    Permalink
  39. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  40. val four: Real

    Permalink
  41. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  42. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  44. def log(x: Real): Real

    Permalink
  45. lazy val log2: Real

    Permalink
  46. def logDr(x: Real): Real

    Permalink
  47. def logDrx(x: Real): Real

    Permalink
  48. def mul2n(x: Real, n: Int): Real

    Permalink
  49. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  52. val one: Real

    Permalink
  53. lazy val phi: Real

    Permalink
  54. lazy val pi: Real

    Permalink
  55. lazy val piBy2: Real

    Permalink
  56. lazy val piBy4: Real

    Permalink
  57. def roundUp(r: Rational): SafeLong

    Permalink
  58. def sin(x: Real): Real

    Permalink
  59. def sinDr(x: Real): Real

    Permalink
  60. def sinh(x: Real): Real

    Permalink
  61. def sizeInBase(n: SafeLong, base: Int): Int

    Permalink
  62. lazy val sqrt1By2: Real

    Permalink
  63. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  64. def tan(x: Real): Real

    Permalink
  65. def tanh(x: Real): Real

    Permalink
  66. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  67. val two: Real

    Permalink
  68. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  71. val zero: Real

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from RealInstances

Inherited from AnyRef

Inherited from Any

Ungrouped