https://bugs.documentfoundation.org/show_bug.cgi?id=146847
Bug ID: 146847
Summary: No documentation for integer division operator \ in
Basic
Product: LibreOffice
Version: 6.0.0.3 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Documentation
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
"Mathematical Operators" [1] doesn't list operator \ (integer division). It is
defined as IDIV [2] - relevant is SbxValue::Compute. Its only uses in our
codebase are in unit tests added in
https://git.libreoffice.org/core/+/565a5fdee3c00b383b4d36180be845d48fd42556.
VBA documentation is at
https://docs.microsoft.com/en-us/office/vba/language/reference/user-interface-help/backslash-operator.
[1] https://help.libreoffice.org/7.4/en-US/text/sbasic/shared/03070000.html
[2]
https://opengrok.libreoffice.org/search?&full=*IDIV*&path=%2Fbasic%2F&project=core&sort=fullpath
--
You are receiving this mail because:
You are the assignee for the bug.