Namespace xFunc.Maths
Namespaces
Classes
- InvalidResultException
Throws when a result is invalid.
- ParseException
The exception that is thrown in the process of parsing expression tree.
- Parser
The parser for mathematical expressions.
- Processor
The main point of this library. Brings together all features.
- TokenizeException
The exception that is thrown in the process of tokenization.
Structs
- Builder
The expression builder.
Interfaces
- IParser
The interface for parser.