From d0fa91c4e334faf835820581596e8fda1ca49d0d Mon Sep 17 00:00:00 2001 From: Steve Fanning Date: Sun, 31 May 2020 10:39:03 +0200 Subject: (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 (cherry picked from commit f35181a3fb8f5db8ac323ec7537d64e693546420) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95725 Reviewed-by: Ilmari Lauhakangas --- source/text/scalc/01/func_fourier.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ - FOURIER(Array, GroupedByColumns, Inverse, Polar, MinimumMagnitude) + FOURIER(Array; GroupedByColumns [; Inverse [; Polar [; MinimumMagnitude]]]) Array 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. GroupedByColumns 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. -- cgit