Packages

final case class Hypotx[A, B, C]()(implicit widen: Widen2[A, B, C], num: NumDouble[C]) extends NamedOp[A, B, C] with ProductWithAdjuncts with Product with Serializable

Linear Supertypes
Serializable, ProductWithAdjuncts, NamedOp[A, B, C], Op[A, B, C], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Hypotx
  2. Serializable
  3. ProductWithAdjuncts
  4. NamedOp
  5. Op
  6. Product
  7. Equals
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Hypotx()(implicit widen: Widen2[A, B, C], num: NumDouble[C])

Value Members

  1. def adjuncts: Adjuncts
    Definition Classes
    HypotxProductWithAdjuncts
  2. def apply(a: A, b: B): C
    Definition Classes
    HypotxOp
  3. def name: String
    Definition Classes
    HypotxNamedOp
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. def productPrefix: String
    Definition Classes
    NamedOp → Product
  6. def toString(): String
    Definition Classes
    NamedOp → AnyRef → Any