From 4e673707ef55e0a8c732b7f174b8d64b93bc2c3b Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Fri, 18 Jun 2021 12:25:37 -0300 Subject: tdf#123803 Add Available/Supported since version to ISO.CEILING Change-Id: I2a91274ca1d3f64850a45c32b47b52e02feb92d7 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/117466 Tested-by: Jenkins Reviewed-by: Olivier Hallot (cherry picked from commit 8123db33c8086173ff601019b26cab5881d435d7) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/117423 Reviewed-by: Mike Kaganski --- source/text/scalc/00/avail_release.xhp | 3 +++ source/text/scalc/01/func_ceiling.xhp | 1 + 2 files changed, 4 insertions(+) diff --git a/source/text/scalc/00/avail_release.xhp b/source/text/scalc/00/avail_release.xhp index 13cace8af9..75383ea1ae 100644 --- a/source/text/scalc/00/avail_release.xhp +++ b/source/text/scalc/00/avail_release.xhp @@ -80,5 +80,8 @@
This function is available since %PRODUCTNAME 7.1.
+
+ This function is available since %PRODUCTNAME 7.2. +
diff --git a/source/text/scalc/01/func_ceiling.xhp b/source/text/scalc/01/func_ceiling.xhp index 97f831e8e2..6eecc5b92a 100644 --- a/source/text/scalc/01/func_ceiling.xhp +++ b/source/text/scalc/01/func_ceiling.xhp @@ -118,6 +118,7 @@ Rounds a number up to the nearest multiple of a significance value. For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored. This function calculates identical results to the CEILING.PRECISE function. + ISO.CEILING(Number [; Significance]) -- cgit