antosha417 / differentiator

Program which uses recursive destent to parse function in file "data.txt" and some variables with errors. Then uses diffirentiation ot estimate erroror of given function and with a help of LaTex make nice looking report.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

differentiator

Program which uses recursive destent to parse function in file "data.txt" and some variables with errors. Then uses diffirentiation ot estimate erroror of given function and with a help of LaTex make nice looking report.

Example of file "data.txt"
"<(gRr)/(4*({\pi})^2*{z_0})>

[g 9.8 0]
[R 114.6 0.5]
[r 30.5 0.3]
[{z_0} 214 1]
[{\pi} 3.14 0 ]"

About

Program which uses recursive destent to parse function in file "data.txt" and some variables with errors. Then uses diffirentiation ot estimate erroror of given function and with a help of LaTex make nice looking report.


Languages

Language:C++ 52.7%Language:C 40.0%Language:TeX 7.4%