diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:06:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:06:44 +0000 |
commit | ed5640d8b587fbcfed7dd7967f3de04b37a76f26 (patch) | |
tree | 7a5f7c6c9d02226d7471cb3cc8fbbf631b415303 /helpcontent2/source/text/scalc/01/func_imsinh.xhp | |
parent | Initial commit. (diff) | |
download | libreoffice-upstream/4%7.4.7.tar.xz libreoffice-upstream/4%7.4.7.zip |
Adding upstream version 4:7.4.7.upstream/4%7.4.7upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'helpcontent2/source/text/scalc/01/func_imsinh.xhp')
-rw-r--r-- | helpcontent2/source/text/scalc/01/func_imsinh.xhp | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/helpcontent2/source/text/scalc/01/func_imsinh.xhp b/helpcontent2/source/text/scalc/01/func_imsinh.xhp new file mode 100644 index 000000000..058c31927 --- /dev/null +++ b/helpcontent2/source/text/scalc/01/func_imsinh.xhp @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8"?> +<helpdocument version="1.0"> +<!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. +--> +<meta> + <topic id="textscalc01func_imsinhxml"> + <title id="tit" xml-lang="en-US">IMSINH function</title> + <filename>/text/scalc/01/func_imsinh.xhp</filename> + </topic> +</meta> +<body> + <section id="imsech_function"> + <bookmark xml-lang="en-US" branch="hid/SC_HID_AAI_FUNC_IMSINH" id="bm_id146733115823392" localize="false"/> + <bookmark xml-lang="en-US" branch="index" id="bm_id79322063230162"> + <bookmark_value>IMSINH function</bookmark_value> + <bookmark_value>hyperbolic sine;complex number</bookmark_value> + </bookmark> + <h2 id="hd_id3192388765304"> + <variable id="imsinh_head"> + <link href="text/scalc/01/func_imsinh.xhp">IMSINH</link> + </variable> function + </h2> + <paragraph id="par_id1955633330277" role="paragraph" xml-lang="en-US"> + <ahelp hid="."> + <variable id="imsinh_des">Returns the hyperbolic sine of a complex number.</variable> The hyperbolic sine of a complex number can be expressed by: + </ahelp> + </paragraph> + </section> + <paragraph id="par_id3189460120934" role="code" xml-lang="en-US"> + <image src="media/helpimg/sc_func_imsinh.svg" id="img_id211575078735993" width="459.7611px" height="31.5px"><alt xml-lang="en-US" id="alt_id401575078735994">IMSINH equation</alt></image> + </paragraph> + <embed href="text/scalc/01/ful_func.xhp#func_im_des"/> + <embed href="text/scalc/01/ODFF.xhp#odff"/> + <embed href="text/scalc/00/avail_release.xhp#3.6"/> + <embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/> + <paragraph id="par_id284611113926520" role="code" xml-lang="en-US"> + IMSINH(Complex_number) + </paragraph> + <paragraph id="par_id31206835928272" role="paragraph" xml-lang="en-US"> + Complex_number is a complex number whose hyperbolic sine needs to be calculated. + </paragraph> + <note localize="false" id="par_id100182106819457"> + <embedvar href="text/scalc/01/ful_func.xhp#func_im_comp_numb"/><br/> + <embedvar href="text/scalc/01/ful_func.xhp#func_im_real_numb"/> + </note> + <warning localize="false" id="par_id7175173509788"> + <embedvar href="text/scalc/01/ful_func.xhp#func_im_return_text"/><br/> + <embedvar href="text/scalc/01/ful_func.xhp#func_im_ignor_zero"/> + </warning> + <embed href="text/scalc/01/ful_func.xhp#func_head_example"/> + <paragraph id="par_id5063188419467" role="paragraph" xml-lang="en-US"> + <item type="input">=IMSINH("4-3i")</item><br/> + returns -27.0168132580039-3.85373803791938i. + </paragraph> + <paragraph id="par_id1527387141125" role="paragraph" xml-lang="en-US"> + <item type="input">=IMSINH(2)</item><br/> + returns 3.62686040784702 as a string. <embedvar href="text/scalc/01/ful_func.xhp#func_imag_zero"/> + </paragraph> + <embed href="text/scalc/06/calcsamplefiles.xhp#imtrigon"/> + <section id="relatedtopics"> + <paragraph id="par_id2773214341302" localize="false" role="paragraph" xml-lang="en-US"> + <embedvar href="text/scalc/01/func_imsin.xhp#imsin_head"/>, + <embedvar href="text/scalc/01/func_imcos.xhp#imcos_head"/>, + <embedvar href="text/scalc/01/func_imcosh.xhp#imcosh_head"/> + </paragraph> + </section> +</body> +</helpdocument> |