OpDouble

abstract class OpDouble extends OpSameBase[Double] with OpDD
trait OpDD
class OpSameBase[Double]
trait Op[Double, Double]
trait Product
trait Equals
class Object
trait Matchable
class Any
class Acos
class AmpDb
class Asin
class Atan
class Ceil
class Cos
class Cosh
class CpsMidi
class CpsOct
class DbAmp
class Exp
class Floor
class Frac
class Log
class Log10
class Log2
class MidiCps
class MidiRatio
class OctCps
class RatioMidi
class Sin
class Sinh
class Sqrt
class Tan
class Tanh

Value members

Inherited methods

def apply: Double => Double
Inherited from:
Op
def canEqual(that: Any): Boolean
Inherited from:
Equals
def funDD: Double => Double
Inherited from:
OpDD
final def make(a: GE[Double]): GE[Double]
Inherited from:
Op
def name: String
Inherited from:
Op
def productArity: Int
Inherited from:
Product
def productElement(n: Int): Any
Inherited from:
Product
def productElementName(n: Int): String
Inherited from:
Product
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
override def productPrefix: String
Definition Classes
Op -> Product
Inherited from:
Op