Squared

case class Squared[A]()(implicit num: Num[A]) extends OpSameBase[A] with OpDD with OpIL with OpLL with ProductWithAdjuncts
Companion:
object
trait Serializable
trait ProductWithAdjuncts
trait OpLL
trait OpIL
trait OpDD
class OpSameBase[A]
trait Op[A, A]
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def adjuncts: List[Adjunct]
Definition Classes
ProductWithAdjuncts
override def apply: A => A
Definition Classes

Inherited methods

final def make(a: GE[A]): GE[A]
Inherited from:
Op
def name: String
Inherited from:
Op
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

Concrete fields

override val funDD: Double => Double
override val funIL: Int => Long
override val funLL: Long => Long