Burtorustum / Non-Linear-Dynamics

Projects for Non-Linear Dynamics
1 stars 2 forks source link

Add Trig functionality to Newton's Method Program #1

Open Burtorustum opened 6 years ago

Burtorustum commented 6 years ago

Allow for functions such as sin, cos, cosh, etc. to be input as valid functions with findable roots by the user.

Burtorustum commented 6 years ago

Added functionality for using 'pi' as part of user input. 66883c1