added see-also to forward euler method

This commit is contained in:
Krishna Vedala 2020-06-10 12:21:14 -04:00
parent 142b25e34e
commit 82479dc327
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
* <img
* src="https://raw.githubusercontent.com/kvedala/C/docs/images/numerical_methods/ode_forward_euler.svg"
* alt="Implementation solution"/>
* \see ode_midpoint_euler.c
*/
#include <math.h>