MultipleArithmetic

trait Function
trait Serializable
class Object
trait Matchable
class Any
object Avg.type
object Max.type
object Median.type
object Min.type
object Product.type
object Sum.type

Value members

Abstract methods

def eval(parameters: Double*): Double

Concrete methods

override def apply(parameters: Any*): Any
Definition Classes

Inherited methods

Inherited from:
HasExtensions
def hasExtensions: Boolean
Inherited from:
HasExtensions
def symbol: String
Inherited from:
Function
override def toString: String
Definition Classes
Function -> Any
Inherited from:
Function
def xSymbol: Option[String]
Inherited from:
Function