Skip to content

devvados/MathLib

Repository files navigation

MathLib

C# math library

The project consists of many functional modules:

  • Core library
    • Main model with math classes, arithmetic and other rules
    • Engine which is incapsulating parser logic
  • Tools library
    • Math expressions parser uses Antlr to generate parser and lexer by grammar rules