From 7f1dd0adc83b609347d3c827c9975e6f0e2e6fb0 Mon Sep 17 00:00:00 2001 From: Matthieu Gomez Date: Wed, 12 Jun 2024 13:20:54 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97c8bb9..c698e4a 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ FirstDerivative(x, f, direction = :upward, bc = (0, 0)) FirstDerivative(x, f, direction = :downward, bc = (0, 0)) SecondDerivative(x, f, bc = (0, 0)) ``` -The argument `bc` refers to the value of the first-derivative at the limit +The argument `bc` refers to the value of the first-derivative at each limit of the grid. ## Related Packages