Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 320 Bytes

File metadata and controls

9 lines (8 loc) · 320 Bytes

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