Packages

object DD extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DD
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val E: DD

    The value nearest to the constant e (the natural logarithm base).

  5. val EPS: Double

    The smallest representable relative difference between two {link @ DoubleDouble} values

  6. val NaN: DD

    A value representing the result of an operation which does not return a valid number.

  7. val PI: DD

    The value nearest to the constant Pi.

  8. val PI_2: DD

    The value nearest to the constant Pi / 2.

  9. val TWO_PI: DD

    The value nearest to the constant 2 * Pi.

  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. def copy(dd: DD): DD

    Creates a new DoubleDouble with the value of the argument.

    Creates a new DoubleDouble with the value of the argument.

    dd

    the DoubleDouble value to copy return a copy of the input value

  13. def determinant(x1: DD, y1: DD, x2: DD, y2: DD): DD

    Computes the determinant of the 2x2 matrix with the given entries.

    Computes the determinant of the 2x2 matrix with the given entries.

    x1

    a matrix entry

    y1

    a matrix entry

    x2

    a matrix entry

    y2

    a matrix entry return the determinant of the matrix of values

  14. def determinant(x1: Double, y1: Double, x2: Double, y2: Double): DD

    Computes the determinant of the 2x2 matrix with the given entries.

    Computes the determinant of the 2x2 matrix with the given entries.

    x1

    a double value

    y1

    a double value

    x2

    a double value

    y2

    a double value return the determinant of the values

  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def sqr(x: Double): DD

    Computes the square of this value.

    Computes the square of this value.

    return the square of this value.

  25. def sqrt(x: Double): DD
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. def valueOf(x: Double): DD

    Converts the double argument to a DoubleDouble number.

    Converts the double argument to a DoubleDouble number.

    x

    a numeric value return the extended precision version of the value

  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped