MathFunctionWithTwoArguments class abstract

Mathematical function with two arguments

Practically the same as MathFunction, but has support for a second x2 argument

Implemented types
Implementers
Available Extensions

Constructors

MathFunctionWithTwoArguments(MathNode x1, MathNode x2)
Creates a new mathematical function with two arguments
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x1 MathNode
Function's first parameter
final
x2 MathNode
Function's second parameter
final

Methods

calc(MathVariableValues values, {MathCustomFunctionsImplemented customFunctions}) num
Evaluate the expression
inherited
getUsedFreeformFunctions() Set<MathDefinitionFunctionFreeform>
Get mentioned custom defined functions that are required to evaluate the expression
override
getUsedVariables() Set<String>
Get mentioned variables that are required to evaluate the expression
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited