Closed BrandonXLF closed 1 year ago
Hello, I've made a few changes to expand and update the documentation. I also made a few changes to the code itself to reflect these changes.
Changes:
Formula.constructor
MATH_CONSTANTS
buildExpressionTree
valueObj
Formula.evaluate
Formula.calc
Formula.isOperator
String.match
Hello, I've made a few changes to expand and update the documentation. I also made a few changes to the code itself to reflect these changes.
Changes:
Formula.constructor
to reflect that there is no parentFormula parameterMATH_CONSTANTS
and functions without documentationbuildExpressionTree
valueObj
is optional forFormula.evaluate
Formula.calc
to reflect thatvalueObj
is optional forFormula.evaluate
Formula.isOperator
from a boolean or an array fromString.match
to just a boolean.