From 13eadf6de9cc483db44c399feb6a657fe8fde2a3 Mon Sep 17 00:00:00 2001 From: Steve Fanning Date: Wed, 3 Jun 2020 10:05:24 +0200 Subject: Improve help information for ACCRINT() function to better explain the behaviour of the Par argument. Change-Id: Ia1fb54abe828dc9d0310e83f9552099759b96d40 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95329 Tested-by: Jenkins Reviewed-by: Olivier Hallot (cherry picked from commit e04a83713f38be33d0c51cc35d0c457919a3f213) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95739 Reviewed-by: Ilmari Lauhakangas --- source/text/scalc/01/04060103.xhp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/text') diff --git a/source/text/scalc/01/04060103.xhp b/source/text/scalc/01/04060103.xhp index 8a8efbffb8..549aba1eab 100644 --- a/source/text/scalc/01/04060103.xhp +++ b/source/text/scalc/01/04060103.xhp @@ -101,7 +101,8 @@ Rate (required) is the annual nominal rate of interest (coupon interest rate) - Par (optional) is the par value of the security. + Par (optional) is the par value of the security. If omitted, a default value of 1000 is used. + We recommend that you always specify the value that you require for ACCRINT’s Par argument, rather than allowing Calc to apply an arbitrary default. This will make your formula easier to understand and easier to maintain. Frequency (required) is the number of interest payments per year (1, 2 or 4). -- cgit