MathFunctionE class

The Exponent in power constant

Value that evaluates to the natural exponent in given number. The power of 1 is the default value.

Inheritance
Available Extensions

Constructors

MathFunctionE({MathNode x1 = const MathValue(1)})
Creates an exponent value
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 parameter
finalinherited

Methods

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

Operators

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