o

de.sciss.numbers

DoubleFunctions2

object DoubleFunctions2

Less common functions for Double values.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DoubleFunctions2
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def amClip(a: Double, b: Double): Double
    Annotations
    @inline()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def cubed(d: Double): Double
    Annotations
    @inline()
  8. def distort(d: Double): Double
    Annotations
    @inline()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hannWindow(d: Double): Double
    Annotations
    @inline()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def neg(d: Double): Double
    Annotations
    @inline()
  18. def not(d: Double): Double
    Annotations
    @inline()
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def ramp(d: Double): Double
    Annotations
    @inline()
  22. def reciprocal(d: Double): Double
    Annotations
    @inline()
  23. def rectWindow(d: Double): Double
    Annotations
    @inline()
  24. def ring1(a: Double, b: Double): Double
    Annotations
    @inline()
  25. def ring2(a: Double, b: Double): Double
    Annotations
    @inline()
  26. def ring3(a: Double, b: Double): Double
    Annotations
    @inline()
  27. def ring4(a: Double, b: Double): Double
    Annotations
    @inline()
  28. def sCurve(d: Double): Double
    Annotations
    @inline()
  29. def scaleNeg(a: Double, b: Double): Double
    Annotations
    @inline()
  30. def softClip(d: Double): Double
    Annotations
    @inline()
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def thresh(a: Double, b: Double): Double
    Annotations
    @inline()
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def triWindow(d: Double): Double
    Annotations
    @inline()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  38. def welchWindow(d: Double): Double
    Annotations
    @inline()

Inherited from AnyRef

Inherited from Any

Ungrouped