diff options
Diffstat (limited to 'source/text')
-rw-r--r-- | source/text/scalc/01/04060116.xhp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/text/scalc/01/04060116.xhp b/source/text/scalc/01/04060116.xhp index 91ec082ccf..9316d93204 100644 --- a/source/text/scalc/01/04060116.xhp +++ b/source/text/scalc/01/04060116.xhp @@ -322,7 +322,7 @@ <h2 id="hd_id3154054">COMPLEX</h2> <paragraph xml-lang="en-US" id="par_id3156111" role="paragraph"><ahelp hid="HID_AAI_FUNC_COMPLEX">The result is a complex number which is returned from a real coefficient and an imaginary coefficient.</ahelp></paragraph> <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/> - <paragraph xml-lang="en-US" id="par_id3155999" role="code">COMPLEX(RealNum; INum; Suffix)</paragraph> + <paragraph xml-lang="en-US" id="par_id3155999" role="code">COMPLEX(RealNum; INum [; Suffix])</paragraph> <paragraph xml-lang="en-US" id="par_id3153626" role="paragraph"> <emph>RealNum</emph> is the real coefficient of the complex number.</paragraph> <paragraph xml-lang="en-US" id="par_id3149135" role="paragraph"> @@ -341,7 +341,7 @@ <h2 id="hd_id3155103">OCT2BIN</h2> <paragraph xml-lang="en-US" id="par_id3146898" role="paragraph"><ahelp hid="HID_AAI_FUNC_OCT2BIN">The result is the binary number for the octal number entered.</ahelp></paragraph> <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/> - <paragraph xml-lang="en-US" id="par_id3154303" role="code">OCT2BIN(Number; Places)</paragraph> + <paragraph xml-lang="en-US" id="par_id3154303" role="code">OCT2BIN(Number [; Places])</paragraph> <paragraph xml-lang="en-US" id="par_id3156013" role="paragraph"> <emph>Number</emph> is the octal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement.</paragraph> <paragraph xml-lang="en-US" id="par_id3153984" role="paragraph"> @@ -373,7 +373,7 @@ <h2 id="hd_id3155391">OCT2HEX</h2> <paragraph xml-lang="en-US" id="par_id3148831" role="paragraph"><ahelp hid="HID_AAI_FUNC_OCT2HEX"> The result is the hexadecimal number for the octal number entered.</ahelp></paragraph> <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/> - <paragraph xml-lang="en-US" id="par_id3150523" role="code">OCT2HEX(Number; Places)</paragraph> + <paragraph xml-lang="en-US" id="par_id3150523" role="code">OCT2HEX(Number [; Places])</paragraph> <paragraph xml-lang="en-US" id="par_id3159162" role="paragraph"> <emph>Number</emph> is the octal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement.</paragraph> <paragraph xml-lang="en-US" id="par_id3145420" role="paragraph"> |