Packages

final case class Sinh[A, B]()(implicit wd: WidenToDouble[A, B]) extends NamedOp[A, B] with ProductWithAdjuncts with Product with Serializable

Linear Supertypes
Serializable, ProductWithAdjuncts, NamedOp[A, B], Op[A, B], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Sinh
  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 Sinh()(implicit wd: WidenToDouble[A, B])

Value Members

  1. def adjuncts: Adjuncts
    Definition Classes
    SinhProductWithAdjuncts
  2. def apply(a: A): B
    Definition Classes
    SinhOp
  3. def name: String
    Definition Classes
    SinhNamedOp
  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