mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
fix doc
This commit is contained in:
parent
2a8b31aa67
commit
464a197701
@ -67,7 +67,6 @@ void exact_solution(double *x, double *y)
|
|||||||
* @param[in,out] x take \f$x_n\f$ and compute \f$x_{n+1}\f$
|
* @param[in,out] x take \f$x_n\f$ and compute \f$x_{n+1}\f$
|
||||||
* @param[in,out] y take \f$y_n\f$ and compute \f$y_{n+1}\f$
|
* @param[in,out] y take \f$y_n\f$ and compute \f$y_{n+1}\f$
|
||||||
* @param[in,out] dy compute \f$f\left(x_n,y_n\right)\f$
|
* @param[in,out] dy compute \f$f\left(x_n,y_n\right)\f$
|
||||||
* @param[in] order order of algorithm implementation
|
|
||||||
*/
|
*/
|
||||||
void forward_euler(double dx, double *x, double *y, double *dy)
|
void forward_euler(double dx, double *x, double *y, double *dy)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user