Package | Description |
---|---|
org.assistments.util.math.business.impl.nonvariablized | |
org.assistments.util.math.model.numeric |
Modifier and Type | Method and Description |
---|---|
int |
NonVariablizedMathDatumComparator.compare(NonVariablizedMathDatum datumA,
NonVariablizedMathDatum datumB)
Evaluate the given NonVariablizedMathData, then compare the results
|
double |
NonVariablizedMathDatumEvaluationEngine.evaluate(NonVariablizedMathDatum datum) |
Modifier and Type | Class and Description |
---|---|
class |
ExpressionMathDatum
An ExpressionMathDatum is a numeric-based piece of mathematics data
that can contain "calculator operations" but can not contain variables.
|
class |
FractionMathDatum
A FractionMathDatum is a purely numeric piece of mathematics data.
|
class |
NumericMathDatum
A NumericMathDatum is a purely numeric piece of mathematics data.
|