403Webshell
Server IP : 121.121.20.254  /  Your IP : 216.73.216.59
Web Server : Microsoft-IIS/10.0
System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64
User : IUSR ( 0)
PHP Version : 8.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Program Files/LibreOffice/help/en-US/text/scalc/01/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/Program Files/LibreOffice/help/en-US/text/scalc/01/func_imsech.html
<!DOCTYPE html>
<html lang="en-US" dir="ltr">
<head>
<base href="../../../../">
<noscript><meta http-equiv="refresh" content="0; URL=../../../../en-US/noscript.html"></noscript>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>IMSECH function</title>
<link rel="shortcut icon" href="media/navigation/favicon.ico">
<link type="text/css" href="normalize.css" rel="Stylesheet">
<link type="text/css" href="prism.css" rel="Stylesheet">
<link type="text/css" href="default.css" rel="Stylesheet">
<script type="text/javascript" src="polyfills.js"></script><script type="text/javascript" src="languages.js"></script><script type="text/javascript" src="en-US/langnames.js"></script><script type="text/javascript" src="flexsearch.debug.js"></script><script type="text/javascript" src="prism.js"></script><script type="text/javascript" src="help2.js" defer></script><script type="text/javascript" src="a11y-toggle.js" defer></script><script type="text/javascript" src="paginathing.js" defer></script><script type="text/javascript" src="en-US/bookmarks.js" defer></script><script type="text/javascript" src="en-US/contents.js" defer></script><script type="text/javascript" src="help.js" defer></script><meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body>
<header id="TopLeftHeader"><a class="symbol" href="en-US/text/shared/05/new_help.html"><div></div></a><a class="logo" href="en-US/text/shared/05/new_help.html"><p dir="auto">LibreOffice 24.2 Help</p></a><div class="dropdowns"><div class="modules">
<button type="button" data-a11y-toggle="modules-nav" id="modules" aria-haspopup="true" aria-expanded="false" aria-controls="modules-nav">Module</button><nav id="modules-nav" hidden=""></nav>
</div></div></header><aside class="leftside"><input id="accordion-1" name="accordion-menu" type="checkbox"><label for="accordion-1" dir="auto">Contents</label><div id="Contents" class="contents-treeview"></div></aside><div id="SearchFrame"><div id="Bookmarks">
<input id="search-bar" type="search" class="search" placeholder="Search in bookmarks for chosen module" dir="auto"><div class="nav-container" tabindex="0"><nav class="index" dir="auto"></nav></div>
</div></div>
<div id="DisplayArea" itemprop="softwareHelp" itemscope="true" itemtype="http://schema.org/SoftwareApplication">
	<a name="imsech_function"></a>
		<a name="bm_id26161120602354"></a>
		<a name="bm_id220201324724579"></a>
			<meta itemprop="keywords" content="IMSECH function">
			<meta itemprop="keywords" content="hyperbolic secant,complex number">
		
		<h1 id="hd_id258933143113817" dir="auto">
			<a name="imsech_head"></a>
				IMSECH
			 function
		</h1>
		<p id="par_id116441182314950" class="paragraph" dir="auto">
			<span class="avis">
				<a name="imsech_des"></a>Returns the hyperbolic secant of a complex number.  The hyperbolic secant of a complex number can be expressed by:
			</span>
		</p>
	
	<p id="par_id74572850718840" class="paragraph" dir="auto">
        <img src="media/helpimg/scalc/IMSECH_equation.svg" class="genericimage" alt="IMSECH equation" style="width:503.694px;height:59.5625px" itemprop="image" itemscope="true" itemtype="http://schema.org/ImageObject">
	</p>
	<div class="embedded">
<a name="func_im_des"></a>
    <p id="par_id29750345314640" class="paragraph" dir="auto">The result is presented in the string format and has the character "i" or "j" as an imaginary unit.</p>
  </div>
	<div class="embedded">
<a name="odff"></a>
<div class="note">
<div class="noteicon" dir="auto"><img src="media/icon-themes/res/helpimg/note.svg" alt="note" style="width:40px;height:40px;"></div>
<div class="notetext"><p id="hd_id1000010" dir="auto">This function is part of the Open Document Format for Office Applications (OpenDocument) standard Version 1.2. (ISO/IEC 26300:2-2015)</p></div>
</div>
<br>
</div>
        <div class="embedded">
<a name="3.6"></a>
        <div class="tip">
<div class="noteicon" dir="auto"><img src="media/icon-themes/res/helpimg/tip.svg" alt="tip" style="width:40px;height:40px;"></div>
<div class="notetext"><p id="par_id651551401041636" dir="auto">This function is available since LibreOffice 3.6.</p></div>
</div>
<br>
    </div>
	<div class="embedded">
<a name="func_head_syntax"></a>
    <h3 id="hd_id126511265112651" dir="auto">Syntax</h3>
  </div>
	<p id="par_id17253876723855" class="code" dir="auto">
		IMSECH(Complex_number)
	</p>
	<p id="par_id31259109804356" class="paragraph" dir="auto">
		Complex_number is a complex number whose hyperbolic secant needs to be calculated.
	</p>
	<div class="note">
<div class="noteicon" dir="auto"><img src="media/icon-themes/res/helpimg/note.svg" alt="note" style="width:40px;height:40px;"></div>
<div class="notetext"><p id="par_id127061438920586" dir="auto">
		A <span class="emph">complex number</span> is a string expression resulting in the form "a+bi" or "a+bj", where a and b are numbers.<br>
		If the <span class="emph">complex number</span> is actually a real number (b=0), then it can be either a string expression or a number value.
	</p></div>
</div>
<br>
	<div class="warning">
<div class="noteicon" dir="auto"><img src="media/icon-themes/res/helpimg/warning.svg" alt="warning" style="width:40px;height:40px;"></div>
<div class="notetext"><p id="par_id29294203464584" dir="auto">
		The function always returns a string representing a complex number.<br>
		If the result is a complex number with one of its parts (a or b) equal to zero, that part is not displayed.
	</p></div>
</div>
<br>
	<div class="embedded">
<a name="func_head_example"></a>
    <h3 id="hd_id980889808898088" dir="auto">Examples</h3>
  </div>
	<p id="par_id1906826088444" class="paragraph" dir="auto">
		<span class="input" data-tooltip="Click on text to copy to clipboard">=IMSECH("4-3i")</span><br>
		returns -0.0362534969158689+0.00516434460775318i.
	</p>
	<p id="par_id247492030016627" class="paragraph" dir="auto">
		<span class="input" data-tooltip="Click on text to copy to clipboard">=IMSECH(2)</span><br>
		returns 0.26580222883408 as a string. The imaginary part is equal to zero, so it is not displayed in the result.
	</p>
        <div class="embedded">
<a name="imtrigon"></a>
        <p id="par_id161521663319917" class="paragraph" dir="auto"></p>
    </div>
	<a name="relatedtopics"></a><div class="relatedtopics">
<p class="related" itemprop="mentions" dir="auto"><a name="related"></a><span class="emph">Related Topics</span>
</p>
<div class="relatedbody" itemprop="mentions">
		<div class="tip">
<div class="noteicon" dir="auto"><img src="media/icon-themes/res/helpimg/tip.svg" alt="tip" style="width:40px;height:40px;"></div>
<div class="notetext"><p id="par_id251677015610700" dir="auto"><a target="_blank" href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/IMSECH">IMSECH wiki page</a>.</p></div>
</div>
<br>
		<p id="par_id26960257451996" class="paragraph" dir="auto">
			
				<a target="_top" href="en-US/text/scalc/01/func_imcsc.html">IMCSC</a>
			,
			
				<a target="_top" href="en-US/text/scalc/01/func_imcsch.html">IMCSCH</a>
			,
			
				<a target="_top" href="en-US/text/scalc/01/func_imsec.html">IMSEC</a>
				
		</p>
	</div>
</div>
</div>
<div id="DonationFrame"></div>
<footer><div id="DEBUG" class="debug">
<h3 class="bug">Help content debug info:</h3>
<p dir="auto">This page is: <a href="https://opengrok.libreoffice.org/xref/help/source/text/scalc/01/func_imsech.xhp" target="_blank">/text/scalc/01/func_imsech.xhp</a></p>
<p dir="auto">Title is: IMSECH function</p>
<p id="bm_module" dir="auto"></p>
<p id="bm_system" dir="auto"></p>
<p id="bm_HID" dir="auto"></p>
</div></footer>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit