summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Fanning <stevemfanning@yahoo.co.uk>2020-05-31 10:39:03 +0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2020-06-08 18:54:03 +0200
commitd0fa91c4e334faf835820581596e8fda1ca49d0d (patch)
tree63465723baca87b7e1c5609cde729f6164c9a820
parent(func_networkdays.intl.xhp) Include square brackets in syntax section to indi... (diff)
downloadhelp-d0fa91c4e334faf835820581596e8fda1ca49d0d.tar.gz
help-d0fa91c4e334faf835820581596e8fda1ca49d0d.zip
(func_fourier.xhp) Include square brackets in syntax section to indicate optional parameters.
Change-Id: I4f5a108e6e588dd97b4501a8b2d13be628536a6d Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95205 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> (cherry picked from commit f35181a3fb8f5db8ac323ec7537d64e693546420) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95725 Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
-rw-r--r--source/text/scalc/01/func_fourier.xhp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/scalc/01/func_fourier.xhp b/source/text/scalc/01/func_fourier.xhp
index 1c6bb7d8af..9aad60e3de 100644
--- a/source/text/scalc/01/func_fourier.xhp
+++ b/source/text/scalc/01/func_fourier.xhp
@@ -27,7 +27,7 @@
<embed href="text/scalc/00/avail_release.xhp#6.3"/>
<embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/>
- <paragraph role="code" id="par_id541556228253979">FOURIER(Array, GroupedByColumns, Inverse, Polar, MinimumMagnitude)</paragraph>
+ <paragraph role="code" id="par_id541556228253979">FOURIER(Array; GroupedByColumns [; Inverse [; Polar [; MinimumMagnitude]]])</paragraph>
<paragraph role="paragraph" id="par_id741556228390897"><emph>Array</emph> is a 2 x N or N x 2 range representing an array of complex number to be transformed, where N is the length of the array. The array represents the real and imaginary parts of the data.</paragraph>
<paragraph role="paragraph" id="par_id621556228397269"><emph>GroupedByColumns</emph> is a logical (TRUE or FALSE, 1 or 0) argument. When TRUE the array is grouped by columns where the first column contains the real part of the complex number and the second columns contains the imaginary part of the complex number. When FALSE, the first row contains the real part of the complex number and the second row contains the imaginary part of the complex number. If there is only 1 column (row), the input sequence is treated as purely real.</paragraph>