Closed Himeshi closed 6 years ago
@Himeshi Since other updates have added to the master
branch, please remember to rebase this branch to master
after updating it.
git rebase master
and then force-push your new updates
git push -f
@Himeshi Very well done. I only added a small fix, that is, using C++-style explicit initialization in ErrorState constructor, and rebased this branch to master. Merging now.
For math function calls such as sin, sqrt, return a symbolic variable for the result and its error while noting down the function and its arguments. These math functions will then be evaluated with concrete input during the sensitivity analysis.
Creates testxxx.mathf file for each state with the math function calls made. Testing code is attached. test.txt