SeqLikeNumDouble

trait SeqLikeNumDouble[A] extends SeqLikeNumFrac[A] with NumDouble[Seq[A]]
trait NumDouble[Seq[A]]
trait NumFrac[Seq[A]]
trait NumDiv[Seq[A]]
trait SeqLikeNum[A]
trait Num[Seq[A]]
trait SeqLikeOrd[A]
trait Ord[Seq[A]]
trait SeqLikeEq[A]
trait Eq[Seq[A]]
trait SeqLike[A]
trait HasDefault[Seq[A]]
trait Adjunct
trait Writable
class Object
trait Matchable
class Any

Type members

Inherited types

final
type Boolean = Seq[Boolean]
Inherited from
SeqLike
final
type Double = Seq[Double]
Inherited from
SeqLike
final
type In = Seq[A]
Inherited from
SeqLike
final
type Int = Seq[Int]
Inherited from
SeqLike
final
type Long = Seq[Long]
Inherited from
SeqLike

Value members

Concrete methods

final
def acos(a: In): In
final
def ampDb(a: In): In
final
def asin(a: In): In
final
def atan(a: In): In
final
def atan2(a: In, b: In): In
def coin[Tx](a: In)(implicit r: Random[Tx], tx: Tx): Boolean
final
def cos(a: In): In
final
def cosh(a: In): In
final
def cpsMidi(a: In): In
final
def cpsOct(a: In): In
final
def dbAmp(a: In): In
final
def exp(a: In): In
final
def hypot(a: In, b: In): In
final
def hypotApx(a: In, b: In): In
final
def log(a: In): In
final
def log10(a: In): In
final
def log2(a: In): In
final
def midiCps(a: In): In
final
def midiRatio(a: In): In
final
def octCps(a: In): In
final
def pow(a: In, b: In): In
final
def ratioMidi(a: In): In
final
def sin(a: In): In
final
def sinh(a: In): In
final
def sqrt(a: In): In
final
def tan(a: In): In
final
def tanh(a: In): In

Inherited methods

final
def abs(a: In): In
Inherited from
SeqLikeNum
final
def absDif(a: In, b: In): In
Inherited from
SeqLikeNum
final protected
def binOp[B](a: In, b: In)(op: (A, A) => B): Seq[B]
Inherited from
SeqLike
final
def ceil(a: In): In
Inherited from
SeqLikeNumFrac
final
def clip(a: In, lo: In, hi: In): In
Inherited from
SeqLikeNum
final
def clip2(a: In, b: In): In
Inherited from
SeqLikeNum
final
def cubed(a: In): In
Inherited from
SeqLikeNum
def defaultValue: Seq[A]
Inherited from
SeqLike
final
def difSqr(a: In, b: In): In
Inherited from
SeqLikeNum
final
def div(a: In, b: In): In
Inherited from
SeqLikeNumFrac
def eq(a: In, b: In): Boolean
Inherited from
SeqLikeEq
final
def excess(a: In, b: In): In
Inherited from
SeqLikeNum
final
def floor(a: In): In
Inherited from
SeqLikeNumFrac
final
def fold(a: In, lo: In, hi: In): In
Inherited from
SeqLikeNum
final
def fold2(a: In, b: In): In
Inherited from
SeqLikeNum
final
def frac(a: In): In
Inherited from
SeqLikeNumFrac
def gt(a: In, b: In): Boolean
Inherited from
SeqLikeOrd
def gteq(a: In, b: In): Boolean
Inherited from
SeqLikeOrd
def id: Int
Inherited from
Adjunct
def lt(a: In, b: In): Boolean
Inherited from
SeqLikeOrd
def lteq(a: In, b: In): Boolean
Inherited from
SeqLikeOrd
final
def max(a: In, b: In): In
Inherited from
SeqLikeNum
final
def min(a: In, b: In): In
Inherited from
SeqLikeNum
final
def minus(a: In, b: In): In
Inherited from
SeqLikeNum
final
def mod(a: In, b: In): In
Inherited from
SeqLikeNum
final
def negate(a: In): In
Inherited from
SeqLikeNum
def neq(a: In, b: In): Boolean
Inherited from
SeqLikeEq
final
def one: In
Inherited from
SeqLikeNum
final
def plus(a: In, b: In): In
Inherited from
SeqLikeNum
final
def rand[Tx](a: In)(implicit r: Random[Tx], tx: Tx): In
Inherited from
SeqLikeNum
final
def rand2[Tx](a: In)(implicit r: Random[Tx], tx: Tx): In
Inherited from
SeqLikeNum
final
def rangeRand[Tx](a: In, b: In)(implicit r: Random[Tx], tx: Tx): In
Inherited from
SeqLikeNum
final
def reciprocal(a: In): In
Inherited from
SeqLikeNumFrac
final
def rem(a: In, b: In): In
Inherited from
SeqLikeNum
final
def roundTo(a: In, b: In): In
Inherited from
SeqLikeNum
final
def roundUpTo(a: In, b: In): In
Inherited from
SeqLikeNum
final
def signum(a: In): In
Inherited from
SeqLikeNum
final
def sqrDif(a: In, b: In): In
Inherited from
SeqLikeNum
final
def sqrSum(a: In, b: In): In
Inherited from
SeqLikeNum
final
def squared(a: In): In
Inherited from
SeqLikeNum
final
def sumSqr(a: In, b: In): In
Inherited from
SeqLikeNum
final protected
def ternOp(a: In, b: In, c: In)(op: (A, A, A) => A): Seq[A]
Inherited from
SeqLike
final
def times(a: In, b: In): In
Inherited from
SeqLikeNum
final
def trunc(a: In, b: In): In
Inherited from
SeqLikeNum
final protected
def unOp[B](a: In)(op: A => B): Seq[B]
Inherited from
SeqLike
final
def wrap(a: In, lo: In, hi: In): In
Inherited from
SeqLikeNum
final
def wrap2(a: In, b: In): In
Inherited from
SeqLikeNum
def write(out: DataOutput): Unit
Inherited from
Adjunct
final
def zero: In
Inherited from
SeqLikeNum

Abstract fields

override protected