CouldBeNumber

org.saddle.scalar.CouldBeNumber
trait CouldBeNumber[T]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait ScalarTag[T]
object ScalarTagBool.type
object ScalarTagDouble.type
object ScalarTagInt.type
object ScalarTagLong.type

Members list

Concise view

Value members

Abstract methods

def inf(implicit ev: Numeric[T]): T
def negInf(implicit ev: Numeric[T]): T
def one(implicit ev: Numeric[T]): T
def toDouble(t: T)(implicit ev: Numeric[T]): Double
def zero(implicit ev: Numeric[T]): T