diff options
author | Steve Fanning <stevemfanning@yahoo.co.uk> | 2020-05-30 15:16:02 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-05-30 15:42:15 +0200 |
commit | 2736ed30a71a29a624eabd69f1adcbd281b2915d (patch) | |
tree | a47d6370f89709839c412cee81b91b80a1db975b | |
parent | 1bbe7266ac2f34852e5ac083380c1cad368b9d4e (diff) |
The syntax of the GROWTH() function is still not quite correct in the Help. GROWTH() is special in that the 2nd and 3rd parameters are not only optional but may also be specified empty/omitted, in which case they are set to defined values. This makes the syntax a bit more complex but it can be checked against the specification in ODF V1.2.
Change-Id: Idf050f59cce194aba80dcd4887ee636dcd00ec38
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95194
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/scalc/01/04060107.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/scalc/01/04060107.xhp b/source/text/scalc/01/04060107.xhp index 185868bb54..0c105cb681 100644 --- a/source/text/scalc/01/04060107.xhp +++ b/source/text/scalc/01/04060107.xhp @@ -1131,7 +1131,7 @@ <h2 id="hd_id3166317">GROWTH</h2> <paragraph id="par_id3166346" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_VARIATION">Calculates the points of an exponential trend in an array.</ahelp></paragraph> <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/> - <paragraph id="par_id3166377" role="code" xml-lang="en-US">GROWTH(DataY [; DataX [; NewDataX [; FunctionType]]])</paragraph> + <paragraph id="par_id3166377" role="code" xml-lang="en-US">GROWTH(DataY [; [ DataX ] [; [ NewDataX ] [; FunctionType ] ] ])</paragraph> <paragraph id="par_id3166392" role="paragraph" xml-lang="en-US"><emph>DataY</emph> represents the Y Data array.</paragraph> <paragraph id="par_id3166411" role="paragraph" xml-lang="en-US"><emph>DataX</emph> (optional) represents the X Data array.</paragraph> <paragraph id="par_id3173797" role="paragraph" xml-lang="en-US"><emph>NewDataX</emph> (optional) represents the X data array, in which the values are recalculated.</paragraph> |