public static class ComputationPublic NotInheritable Class Computationpublic ref class Computation abstract sealed[<AbstractClassAttribute>]
[<SealedAttribute>]
type Computation = class end| NumericCalculation(Entry, Store) | Numeric evaluation of math expression with all possible substitutions based on the evaluation context. |
| NumericCalculation(Term, Store) | |
| Preprocessing(Entry, Store) | Input Term's array modification by substitution of defined on the page variables and functions. If no such substitution made method tries to use available plug-ins, where current term can be handled. |
| Preprocessing(Term, Store) | |
| SymbolicCalculation(Entry, Store) | Symbolic evaluation of math expression with all possible substitutions based on the evaluation context. |
| SymbolicCalculation(Term, Store) |