ExpExp

final case class ExpExp[A1, A2, A]()(implicit w: Widen2[A1, A2, A], num: NumDouble[A]) extends NamedOp[A1, A1, A1, A2, A2, A] with ProductWithAdjuncts
Companion:
object
trait Serializable
trait ProductWithAdjuncts
class NamedOp[A1, A1, A1, A2, A2, A]
class Op[A1, A1, A1, A2, A2, A]
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def adjuncts: List[Adjunct]
def apply(in: A1, inLo: A1, inHi: A1, outLo: A2, outHi: A2): A
def name: String

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
override def productPrefix: String
Definition Classes
NamedOp -> Product
Inherited from:
NamedOp
override def toString: String
Definition Classes
NamedOp -> Any
Inherited from:
NamedOp