Bug 143756 - Basic: Round VBA compatibility function needs documenting its rounding mode
Summary: Basic: Round VBA compatibility function needs documenting its rounding mode
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Documentation (show other bugs)
Version:
(earliest affected)
7.2.0.1 rc
Hardware: All All
: medium normal
Assignee: Rafael Lima
URL:
Whiteboard: target:7.3.0
Keywords:
Depends on:
Blocks: Help
  Show dependency treegraph
 
Reported: 2021-08-06 03:44 UTC by Mike Kaganski
Modified: 2021-12-07 18:57 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Kaganski 2021-08-06 03:44:51 UTC
Since fixing bug 142922, the Basic compatibility function Round implements proper half-to-even rounding mode. That needs documenting in the relevant help page [1], with some examples (see e.g. unit tests implemented in the fix).

[1] https://help.libreoffice.org/7.3/en-US/text/sbasic/shared/03170000.html?DbPAR=BASIC
Comment 1 Commit Notification 2021-10-14 17:52:33 UTC
Rafael Lima committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/1efde59fa4d731f1fbbb1c14a647acb67d0be27a

tdf#143756 Update VBA Round function