Bug 101805 - bad documentation of function ERF.PRECISE
Summary: bad documentation of function ERF.PRECISE
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Documentation (show other bugs)
Version:
(earliest affected)
5.3.0.0.alpha0+
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard: target:5.3.0
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-30 17:15 UTC by raal
Modified: 2016-09-22 17:02 UTC (History)
1 user (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 raal 2016-08-30 17:15:35 UTC
Documentation : http://vm173.documentfoundation.org/text/scalc/01/04060115.xhp#bm_id2983446

Actual:
Syntax
ERF.PRECISE(LowerLimit; UpperLimit)

expected:
Syntax
ERF.PRECISE(LowerLimit)
This syntax is used in function wizzard.

See the excel's docs: https://support.office.com/en-US/article/ERF-PRECISE-function-9A349593-705C-4278-9A98-E4122831A8E0

Example in documentation (=ERF.PRECISE(0;1)  ) returns error in Calc. 

Function was added into Calc in bug 73149.
Comment 1 MM 2016-08-30 21:52:23 UTC
Confirmed. Looks like the lower/upper limit is dynamically, depends on what number is given.
Comment 2 Stanislav Horacek 2016-09-07 20:31:20 UTC
Patch submitted to Gerrit:
https://gerrit.libreoffice.org/#/c/28735/
Comment 3 Commit Notification 2016-09-08 07:38:02 UTC
Stanislav Horacek committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/help/commit/?id=fbd93f4c667396b55f7c2df3707590ba56218b39

tdf#101805 correct documentation for ERF.PRECISE function