Skip to content

SwitchAxe/Solve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solve

A mathematical library and a modern (as in modern Cpp) clone of mathematica with no ambitions.

What's currently implemented

  • A working lexer for basic function calls, parameters, and brackets. Currently real numbers and integers are supported.
  • A working parser for a token stream.
  • Basic function composition for building arbitrarily complex polynomials (and more) from standard functions (*, /, +, - to name just a few important ones).
  • Simple calculus operators like derivatives, limits, integrals and so on.

About

A mathematical library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published