source/text/scalc/01/04060104.xhp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 31afd4a2916ec3ca7729b427a0e018cb8291a8ed Author: Olivier Hallot <[email protected]> AuthorDate: Mon May 4 18:42:48 2026 -0300 Commit: Olivier Hallot <[email protected]> CommitDate: Tue May 5 12:59:30 2026 +0200 tdf#170437 how LO treats non-integer values for function parameters Info functions Change-Id: I116d1797c90df88318b579061b057d31c23b2c7b Reviewed-on: https://gerrit.libreoffice.org/c/help/+/204777 Reviewed-by: Olivier Hallot <[email protected]> Tested-by: Jenkins diff --git a/source/text/scalc/01/04060104.xhp b/source/text/scalc/01/04060104.xhp index c07b1680e6..2147426f7e 100644 --- a/source/text/scalc/01/04060104.xhp +++ b/source/text/scalc/01/04060104.xhp @@ -343,7 +343,7 @@ <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/> <paragraph id="par_id3151203" role="code">ISEVEN(Value)</paragraph> <paragraph id="par_id3150491" role="paragraph"><emph>Value</emph> is the value to be checked.</paragraph> -<paragraph id="par_id3445844" role="paragraph">If Value is not an integer any digits after the decimal point are ignored. The sign of Value is also ignored.</paragraph> +<embed href="text/scalc/01/common_func.xhp#IntegerTrunc"/> <embed href="text/scalc/01/common_func.xhp#sectionexample"/> <paragraph id="par_id3163813" role="paragraph"><item type="input">=ISEVEN(48)</item> returns TRUE</paragraph> <paragraph id="par_id8378856" role="paragraph"><item type="input">=ISEVEN(33)</item> returns FALSE</paragraph> @@ -477,7 +477,7 @@ <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/> <paragraph id="par_id3151375" role="code">ISODD(value)</paragraph> <paragraph id="par_id3155139" role="paragraph"><emph>Value</emph> is the value to be checked.</paragraph> -<paragraph id="par_id9027680" role="paragraph">If Value is not an integer any digits after the decimal point are ignored. The sign of Value is also ignored.</paragraph> +<embed href="text/scalc/01/common_func.xhp#IntegerTrunc"/> <embed href="text/scalc/01/common_func.xhp#sectionexample"/> <paragraph id="par_id3155345" role="paragraph"><item type="input">=ISODD(33)</item> returns TRUE</paragraph> <paragraph id="par_id9392986" role="paragraph"><item type="input">=ISODD(48)</item> returns FALSE</paragraph>
