Asin

final case class Asin[A, B](wd: WidenToDouble[A, B]) extends PureOp[A, B]
trait Serializable
class PureOp[A, B]
class Op[A, B]
trait ProductWithAdjuncts
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Inherited types

final type State[T <: Exec[T]] = Unit
Inherited from
PureOp

Value members

Concrete methods

override def adjuncts: List[Adjunct]
Definition Classes
ProductWithAdjuncts
def apply(a: A): B
def name: String

Inherited methods

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