The program differentiates given equation and exports the result as a scientific article.
Install necessary packages (ubuntu) (will install espeak and graphviz):
...# make install
Compile the project (linux):
...# make
Clean the project (linux):
...# make clean
Differentiate the equation (linux):
...# make run ARGS="equation_source.math"
Remove build folders (linux):
...# make rmbld
Return project to its original state:
...# make rm
For information about our community goals read CODE_OF_CONDUCT.md.
Project is distributed under MIT license. More licensing information is specified in file LICENSE.
We don't think anyone will be contributing to this project as it was made purely for educational purposes. But, if you still want to contribute, you can learn how to do so by reading the file CONTRIBUTING.md.
(author) Kudryashov Ilya - [email protected]