Skip to content

Instantly share code, notes, and snippets.

@EvanHahn
EvanHahn / euler_method_calculator.cpp
Created August 21, 2011 08:33
Euler Method calculator
/* ***************************
EULER METHOD CALCULATOR
by Evan Hahn (evanhahn.com)
***************************
This will use the Euler method to estimate values of a differential
equation.
Code licensed under a CC-BY 3.0 license:
http://creativecommons.org/licenses/by/3.0/ */