mirror of https://github.com/TheAlgorithms/C
added see-also to forward euler method
This commit is contained in:
parent
142b25e34e
commit
82479dc327
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue