Skip to content

devvados/MathLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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