o

de.sciss.numbers

FloatFunctions2

object FloatFunctions2

Less common functions for Float values.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FloatFunctions2
  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: Float, b: Float): Float
    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(f: Float): Float
    Annotations
    @inline()
  8. def distort(f: Float): Float
    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(f: Float): Float
    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(f: Float): Float
    Annotations
    @inline()
  18. def not(f: Float): Float
    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(f: Float): Float
    Annotations
    @inline()
  22. def reciprocal(f: Float): Float
    Annotations
    @inline()
  23. def rectWindow(f: Float): Float
    Annotations
    @inline()
  24. def ring1(a: Float, b: Float): Float
    Annotations
    @inline()
  25. def ring2(a: Float, b: Float): Float
    Annotations
    @inline()
  26. def ring3(a: Float, b: Float): Float
    Annotations
    @inline()
  27. def ring4(a: Float, b: Float): Float
    Annotations
    @inline()
  28. def sCurve(f: Float): Float
    Annotations
    @inline()
  29. def scaleNeg(a: Float, b: Float): Float
    Annotations
    @inline()
  30. def softClip(f: Float): Float
    Annotations
    @inline()
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def thresh(a: Float, b: Float): Float
    Annotations
    @inline()
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def triWindow(f: Float): Float
    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(f: Float): Float
    Annotations
    @inline()

Inherited from AnyRef

Inherited from Any

Ungrouped