mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
fix documentation
This commit is contained in:
parent
9737426296
commit
2ba9626477
@ -98,7 +98,7 @@ void semi_implicit_euler_step(double dx, double *x, double *y, double *dy)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Compute approximation using the midpoint-Euler
|
* @brief Compute approximation using the semi-implicit-Euler
|
||||||
* method in the given limits.
|
* method in the given limits.
|
||||||
* @param[in] dx step size
|
* @param[in] dx step size
|
||||||
* @param[in] x0 initial value of independent variable
|
* @param[in] x0 initial value of independent variable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user