Namespace NCalc.Domain
Classes
- LogicalExpression
Represents an abstract syntax tree (AST) node for logical expressions.
- VectorExpression
AST node representing a vector literal: a fixed-length list of component expressions that are each evaluated to a numeric value and combined into a Vector.
- VectorToleranceComparer
Tolerance-based equality comparer for Vector. Two vectors are considered equal if every component pair differs by at most the tolerance.