OpDouble

abstract class OpDouble extends Op[Double, Double, Double] with OpDD
trait OpDD
class Op[Double, Double, Double]
trait Product
trait Equals
class Object
trait Matchable
class Any
class AmClip
class Atan2
class Hypot
class HypotApx
class Pow
class Ring1
class Ring2
class Ring3
class Ring4
class ScaleNeg
class Thresh

Value members

Inherited methods

def apply: (Double, Double) => Double
Inherited from:
Op
def canEqual(that: Any): Boolean
Inherited from:
Equals
def funDD: (Double, Double) => Double
Inherited from:
OpDD
def make(a: GE[Double], b: 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
override def toString: String
Definition Classes
Op -> Any
Inherited from:
Op