https://bugs.documentfoundation.org/show_bug.cgi?id=162044
Bug ID: 162044
Summary: Mention conversion to integer in documentation of
function FACT
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Documentation
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
The function FACT requires an integer value as input. LibreOffice accepts
non-integer values and converts such to integer values. But it does not
document how it does it. It could be 'truncate' or 'round'.
The ODF standard states, "If the function or operator does not specify any
particular conversion operation, then the conversion from a non-integer Number
into an integer is implementation-defined."
And in case of functions, LibreOffice documents the 'implementation-defined'
things in the online help.
So add something like "If a passed positive number is non-integer, it is
truncated."
--
You are receiving this mail because:
You are the assignee for the bug.