math_expressions
math_expressions
MathFunction
MathFunction
MathFunction
math_expressions
math_expressions
MathFunction
MathFunction
constructor
MathFunction
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
MathFunction
(
String
name
,
List<
Variable
>
args
)
Creates a new function with the given name and arguments.
Source
MathFunction(this.name, this.args);