math_expressions
math_expressions
MathFunction
getParam
getParam
math_expressions
math_expressions
MathFunction
getParam
method
getParam
Source
math_expressions
math_expressions
MathFunction
Constructors
MathFunction
Properties
args
domainDimension
hashCode
name
runtimeType
Operators
operator &
operator *
operator +
operator -
operator /
operator ==
operator unary-
operator ^
Methods
derive
evaluate
getParam
getParamByName
noSuchMethod
simplify
toFullString
toString
Variable
getParam
(
int
i
)
Returns the i-th parameter of this function (0-based).
Source
Variable getParam(int i) => args[i];