mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-25 06:49:36 +03: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.
|
||||
* @param[in] dx step size
|
||||
* @param[in] x0 initial value of independent variable
|
||||
|
Loading…
Reference in New Issue
Block a user