Allen-ISD-Computer-Science / REPO_AutomaticDifferentiation_2024

Given some input equation, provide a numerical derivative at a given point. The user have a standard text input for the equation and point and the algorithm will provide the numerical derivative along with the steps the algorithm took to derive it. This algorithm will be able to differentiate trigonometric function, logarithmic, and exponentials.
GNU General Public License v3.0
0 stars 0 forks source link

Arjun's Story: Debugging is hard for developers #24

Closed DragonflyRobotics closed 7 months ago

DragonflyRobotics commented 7 months ago

Arjun is a fellow developer who wants to look at the code and try to update it. However he has difficulty looking at all the print debug because it is messy, and there is no timestamped log file. #25

DragonflyRobotics commented 7 months ago

This issue was resolved with the merge a0cc996eb0ec3b4e12f0bcbe663353f63ac2d076. Now, we use a MasterLogger that autologs with timestamps to a log file.