sealed abstract class DoubleTop extends NumDouble[Double] with ScalarEqImpl[Double] with ScalarToNumImpl[Double]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- DoubleTop
- ScalarToNumImpl
- ToNum
- ScalarEqImpl
- Scalar
- NumDouble
- NumFrac
- Num
- Ord
- Eq
- Aux
- Writable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
Concrete Value Members
-
final
def
!=(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): scala.Int
- Definition Classes
- AnyRef → Any
- def %(a: In, b: In): In
- def *(a: In, b: In): In
- def +(a: In, b: In): In
- def -(a: In, b: In): In
- def /(a: In, b: In): In
-
final
def
==(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- def abs(a: In): In
- def absDif(a: In, b: In): In
- def acos(a: In): In
- def ampDb(a: In): In
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asin(a: In): In
- def atan(a: In): In
- def atan2(a: In, b: In): In
- def ceil(a: In): In
- def clip(a: In, lo: In, hi: In): In
- def clip2(a: In, b: In): In
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def coin[Tx](a: In)(implicit r: Random[Tx], tx: Tx): Boolean
- def cos(a: In): In
- def cosh(a: In): In
- def cpsMidi(a: In): In
- def cpsOct(a: In): In
- def cubed(a: In): In
- def dbAmp(a: In): In
- def difSqr(a: In, b: In): In
-
final
def
eq(a: scala.Double, b: scala.Double): Boolean
- Definition Classes
- ScalarEqImpl → Eq
-
final
def
eq(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- def excess(a: In, b: In): In
- def exp(a: In): In
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def floor(a: In): In
- def fold(a: In, lo: In, hi: In): In
- def fold2(a: In, b: In): In
- def frac(a: In): In
- def geq(a: In, b: In): Boolean
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def gt(a: In, b: In): Boolean
-
def
hashCode(): scala.Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hypot(a: In, b: In): In
- def hypotApx(a: In, b: In): In
-
final
def
isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
- def leq(a: In, b: In): Boolean
- def log(a: In): In
- def log10(a: In): In
- def log2(a: In): In
- def lt(a: In, b: In): Boolean
- def max(a: In, b: In): In
- def midiCps(a: In): In
- def midiRatio(a: In): In
- def min(a: In, b: In): In
- def mod(a: In, b: In): In
-
final
def
ne(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- def negate(a: In): In
-
final
def
neq(a: scala.Double, b: scala.Double): Boolean
- Definition Classes
- ScalarEqImpl → Eq
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def octCps(a: In): In
- def one: In
- def pow(a: In, b: In): In
- def rand[Tx](a: In)(implicit r: Random[Tx], tx: Tx): In
- def rand2[Tx](a: In)(implicit r: Random[Tx], tx: Tx): In
- def rangeRand[Tx](a: In, b: In)(implicit r: Random[Tx], tx: Tx): In
- def ratioMidi(a: In): In
- def reciprocal(a: In): In
- def roundTo(a: In, b: In): In
- def roundUpTo(a: In, b: In): In
- def signum(a: In): In
- def sin(a: In): In
- def sinh(a: In): In
- def sqrDif(a: In, b: In): In
- def sqrSum(a: In, b: In): In
- def sqrt(a: In): In
- def squared(a: In): In
- def sumSqr(a: In, b: In): In
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tan(a: In): In
- def tanh(a: In): In
- def toDouble(a: In): Double
- def toInt(a: In): Int
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def trunc(a: In, b: In): In
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: scala.Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def wrap(a: In, lo: In, hi: In): In
- def wrap2(a: In, b: In): In
- def write(out: DataOutput): Unit
- def zero: In