object DoubleFunctions
Common functions for Double values.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DoubleFunctions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
%(a: Double, b: Double): Double
- Annotations
- @inline()
-
def
*(a: Double, b: Double): Double
- Annotations
- @inline()
-
def
+(a: Double, b: Double): Double
- Annotations
- @inline()
-
def
-(a: Double, b: Double): Double
- Annotations
- @inline()
-
def
/(a: Double, b: Double): Double
- Annotations
- @inline()
-
def
<(a: Double, b: Double): Boolean
- Annotations
- @inline()
-
def
<=(a: Double, b: Double): Boolean
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
>(a: Double, b: Double): Boolean
- Annotations
- @inline()
-
def
>=(a: Double, b: Double): Boolean
- Annotations
- @inline()
-
def
abs(d: Double): Double
- Annotations
- @inline()
-
def
absDif(a: Double, b: Double): Double
- Annotations
- @inline()
-
def
acos(d: Double): Double
- Annotations
- @inline()
-
def
ampDb(d: Double): Double
- Annotations
- @inline()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
asin(d: Double): Double
- Annotations
- @inline()
-
def
atan(d: Double): Double
- Annotations
- @inline()
-
def
atan2(a: Double, b: Double): Double
- Annotations
- @inline()
-
def
ceil(d: Double): Double
- Annotations
- @inline()
-
def
clip(in: Double, low: Double, high: Double): Double
- Annotations
- @inline()
-
def
clip2(a: Double, b: Double): Double
- Annotations
- @inline()
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
cos(d: Double): Double
- Annotations
- @inline()
-
def
cosh(d: Double): Double
- Annotations
- @inline()
-
def
cpsMidi(d: Double): Double
- Annotations
- @inline()
-
def
cpsOct(d: Double): Double
- Annotations
- @inline()
-
def
dbAmp(d: Double): Double
- Annotations
- @inline()
-
def
difSqr(a: Double, b: Double): Double
- Annotations
- @inline()
-
def
div(a: Double, b: Double): Int
- Annotations
- @inline()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
excess(a: Double, b: Double): Double
- Annotations
- @inline()
-
def
exp(d: Double): Double
- Annotations
- @inline()
-
def
expExp(in: Double, inLow: Double, inHigh: Double, outLow: Double, outHigh: Double): Double
- Annotations
- @inline()
-
def
expLin(in: Double, inLow: Double, inHigh: Double, outLow: Double, outHigh: Double): Double
- Annotations
- @inline()
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
floor(d: Double): Double
- Annotations
- @inline()
-
def
fold(in: Double, low: Double, high: Double): Double
- Annotations
- @inline()
-
def
fold2(a: Double, b: Double): Double
- Annotations
- @inline()
-
def
frac(d: Double): Double
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hypot(a: Double, b: Double): Double
- Annotations
- @inline()
-
def
hypotApx(a: Double, b: Double): Double
- Annotations
- @inline()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
linExp(in: Double, inLow: Double, inHigh: Double, outLow: Double, outHigh: Double): Double
- Annotations
- @inline()
-
def
linLin(in: Double, inLow: Double, inHigh: Double, outLow: Double, outHigh: Double): Double
- Annotations
- @inline()
-
def
log(d: Double): Double
- Annotations
- @inline()
-
def
log10(d: Double): Double
- Annotations
- @inline()
-
def
log2(d: Double): Double
- Annotations
- @inline()
-
def
max(a: Double, b: Double): Double
- Annotations
- @inline()
-
def
midiCps(d: Double): Double
- Annotations
- @inline()
-
def
midiRatio(d: Double): Double
- Annotations
- @inline()
-
def
min(a: Double, b: Double): Double
- Annotations
- @inline()
-
def
mod(a: Double, b: Double): Double
- Annotations
- @inline()
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
octCps(d: Double): Double
- Annotations
- @inline()
-
def
pow(a: Double, b: Double): Double
- Annotations
- @inline()
-
def
ratioMidi(d: Double): Double
- Annotations
- @inline()
-
def
roundTo(a: Double, b: Double): Double
- Annotations
- @inline()
-
def
roundUpTo(a: Double, b: Double): Double
- Annotations
- @inline()
-
def
signum(d: Double): Double
- Annotations
- @inline()
-
def
sin(d: Double): Double
- Annotations
- @inline()
-
def
sinh(d: Double): Double
- Annotations
- @inline()
-
def
sqrDif(a: Double, b: Double): Double
- Annotations
- @inline()
-
def
sqrSum(a: Double, b: Double): Double
- Annotations
- @inline()
-
def
sqrt(d: Double): Double
- Annotations
- @inline()
-
def
squared(d: Double): Double
- Annotations
- @inline()
-
def
sumSqr(a: Double, b: Double): Double
- Annotations
- @inline()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
tan(d: Double): Double
- Annotations
- @inline()
-
def
tanh(d: Double): Double
- Annotations
- @inline()
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
trunc(a: Double, b: Double): Double
- Annotations
- @inline()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
wrap(in: Double, low: Double, high: Double): Double
- Annotations
- @inline()
-
def
wrap2(a: Double, b: Double): Double
- Annotations
- @inline()