Package org.mariuszgromada.math.mxparser
Class CalcStepsRegister
Buy me a cup of coffee via donation
or support me purchasing the license via ORDER Page , or INFIMA online store
java.lang.Object
org.mariuszgromada.math.mxparser.CalcStepsRegister
- All Implemented Interfaces:
Serializable
Calculation is a multistep process and this class
provides a register to store all the steps, also
done in a recursive way.
- Version:
- 6.1.0
- Author:
- Mariusz Gromada
MathParser.org - mXparser project page
mXparser on GitHub
INFIMA place to purchase a commercial MathParser.org-mXparser software license
info@mathparser.org
ScalarMath.org - a powerful math engine and math scripting language
Scalar Lite
Scalar Pro
MathSpace.pl - See Also:
Buy me a cup of coffee via donation
or support me purchasing the license via ORDER Page , or INFIMA online store
-
Field Summary
Modifier and TypeFieldDescriptionIf a root of the calculation tree is an argument then argument name is provided hereList that stores all the calculation stepsdouble
Duration of calculation process - in secondsInformation on error or lack of error while performing calculation process1.If a root of the calculation tree is a function then function name is provided heredouble
Final result of calculation -
Constructor Summary
-
Method Summary
-
Field Details
-
calcStepRecords
List that stores all the calculation steps -
argumentNameStart
If a root of the calculation tree is an argument then argument name is provided here -
functionNameStart
If a root of the calculation tree is a function then function name is provided here -
expressionStringStart
1. If a root of the calculation tree is an expression then expression string is provided here. 2. If a root of the calculation tree is an argument then argument expression string is provided here. 3. If a root of the calculation tree is a function then function expression string is provided here. -
result
public double resultFinal result of calculation -
computingTime
public double computingTimeDuration of calculation process - in seconds -
errorMessage
Information on error or lack of error while performing calculation process
-
-
Constructor Details
-
CalcStepsRegister
public CalcStepsRegister()
-
-
Method Details