403Webshell
Server IP : 121.121.20.254  /  Your IP : 216.73.217.141
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/04060115.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>Add-in Functions, List of Analysis Functions Part One</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="bm_id3152871"></a>
  <meta itemprop="keywords" content="add-ins, analysis functions">
  <meta itemprop="keywords" content="analysis functions">


<h1 id="hd_id3152871" dir="auto">
<a name="head_addin_analysis_one"></a>Add-in Functions, List of Analysis Functions Part One</h1>
<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_id961592361784406" dir="auto">The Add-in functions are supplied by the <a target="_top" href="en-US/text/sbasic/shared/calc_functions.html">UNO <span class="literal">com.sun.star.sheet.addin.Analysis</span> service</a>.</p></div>
</div>
<br>
<a name="howtoget"></a><div class="howtoget">
<div><p class="howtogetheader" dir="auto"><a name="wie"></a>To access this command...</p></div>
<div class="howtogetbody">
<div class="embedded"><p class="embedded" dir="auto"><span class="emph">Insert - Function</span> - Category <span class="emph">Add-In</span>
</p></div>
</div>
</div>
<br>







































<a name="besseli"></a>
<a name="bm_id3153074"></a>
  <meta itemprop="keywords" content="Bessel functions">
  <meta itemprop="keywords" content="BESSELI function">


<a name="bm_id3150435"></a>

<h2 id="hd_id3153334" dir="auto">BESSELI</h2>
<p id="par_id3153960" class="paragraph" dir="auto"><span class="avis">Calculates the modified Bessel function of the first kind In(x).</span></p>

<div class="embedded">
<a name="sectionsyntax"></a>
        <h4 id="hd_id3152015" dir="auto">Syntax</h4>
    </div>
<p id="par_id3147295" class="code" dir="auto">BESSELI(X; N)</p>
<p id="par_id3151338" class="paragraph" dir="auto"> <span class="emph">X</span> is the value on which the function will be calculated.</p>
<p id="par_id3151392" class="paragraph" dir="auto"> <span class="emph">N</span> is a positive integer (N &gt;= 0) representing the order of the Bessel function In(x)</p>

<div class="embedded">
<a name="sectionexample"></a>
        <h4 id="hd_id281171" dir="auto">Example</h4>
    </div>
<p id="par_id050220171019072404" class="paragraph" dir="auto">=BESSELI(3.45, 4), returns 0.651416873060081</p>
<p id="par_id050220171019072953" class="paragraph" dir="auto">=BESSELI(3.45, 4.333), returns 0.651416873060081, same as above because the fractional part of N is ignored.</p>
<p id="par_id050220171019075086" class="paragraph" dir="auto">=BESSELI(-1, 3), returns -0.022168424924332</p>
<a name="besselj"></a>
<a name="bm_id161618267677640"></a>
  <meta itemprop="keywords" content="BESSELJ function">

<a name="bm_id3150539"></a>

<h2 id="hd_id3153027" dir="auto">BESSELJ</h2>
<p id="par_id3153015" class="paragraph" dir="auto"><span class="avis">Calculates the Bessel function of the first kind Jn(x) (cylinder function).</span></p>

<div class="embedded">
<a name="sectionsyntax"></a>
        <h4 id="hd_id3152015" dir="auto">Syntax</h4>
    </div>
<p id="par_id3150032" class="code" dir="auto">BESSELJ(X; N)</p>
<p id="par_id3150378" class="paragraph" dir="auto"> <span class="emph">X</span> is the value on which the function will be calculated.</p>
<p id="par_id3145638" class="paragraph" dir="auto"> <span class="emph">N</span> is a positive integer (N &gt;= 0) representing the order of the Bessel function Jn(x)</p>

<div class="embedded">
<a name="sectionexample"></a>
        <h4 id="hd_id281171" dir="auto">Example</h4>
    </div>
<p id="par_id050220171019077179" class="paragraph" dir="auto">=BESSELJ(3.45, 4), returns 0.196772639864984</p>
<p id="par_id050220171019078280" class="paragraph" dir="auto">=BESSELJ(3.45, 4.333), returns 0.196772639864984, same as above because the fractional part of N is ignored.</p>
<p id="par_id050220171019079818" class="paragraph" dir="auto">=BESSELJ(-1, 3), returns -0.019563353982668</p>
<a name="besselk"></a>
<a name="bm_id151618267791726"></a>
  <meta itemprop="keywords" content="BESSELK function">

<a name="bm_id3147616"></a>

<h2 id="hd_id3149946" dir="auto">BESSELK</h2>
<p id="par_id3159122" class="paragraph" dir="auto"><span class="avis">Calculates the modified Bessel function of the second kind Kn(x).</span></p>

<div class="embedded">
<a name="sectionsyntax"></a>
        <h4 id="hd_id3152015" dir="auto">Syntax</h4>
    </div>
<p id="par_id3149354" class="code" dir="auto">BESSELK(X; N)</p>
<p id="par_id3150481" class="paragraph" dir="auto"> <span class="emph">X</span> is the strictly positive value (X &gt; 0) on which the function will be calculated.</p>
<p id="par_id3150024" class="paragraph" dir="auto"> <span class="emph">N</span> is a positive integer (N &gt;= 0) representing the order of the Bessel function Kn(x)</p>

<div class="embedded">
<a name="sectionexample"></a>
        <h4 id="hd_id281171" dir="auto">Example</h4>
    </div>
<p id="par_id050220171019073898" class="paragraph" dir="auto">=BESSELK(3.45, 4), returns 0.144803466373734</p>
<p id="par_id050220171019079889" class="paragraph" dir="auto">=BESSELK(3.45, 4.333), returns 0.144803466373734, same as above because the fractional part of N is ignored.</p>
<p id="par_id050220171019076471" class="paragraph" dir="auto">=BESSELK(0, 3), returns Err:502 – invalid argument (X=0)</p>
<a name="bessely"></a>
<a name="bm_id201618267836525"></a>
  <meta itemprop="keywords" content="BESSELY function">

<a name="bm_id3150461"></a>

<h2 id="hd_id3145828" dir="auto">BESSELY</h2>
<p id="par_id3146877" class="paragraph" dir="auto"><span class="avis">Calculates the Bessel function of the second kind Yn(x).</span></p>

<div class="embedded">
<a name="sectionsyntax"></a>
        <h4 id="hd_id3152015" dir="auto">Syntax</h4>
    </div>
<p id="par_id3148884" class="code" dir="auto">BESSELY(X; N)</p>
<p id="par_id3147475" class="paragraph" dir="auto"> <span class="emph">X</span> is the strictly positive value (X &gt; 0) on which the function will be calculated.</p>
<p id="par_id3147421" class="paragraph" dir="auto"> <span class="emph">N</span> is a positive integer (N &gt;= 0) representing the order of the Bessel function Yn(x)</p>

<div class="embedded">
<a name="sectionexample"></a>
        <h4 id="hd_id281171" dir="auto">Example</h4>
    </div>
<p id="par_id050220171019081114" class="paragraph" dir="auto">=BESSELY(3.45, 4), returns -0.679848116844476</p>
<p id="par_id050220171019081288" class="paragraph" dir="auto">=BESSELY(3.45, 4.333), returns -0.679848116844476, same as above because the fractional part of N is ignored.</p>
<p id="par_id050220171019082347" class="paragraph" dir="auto">=BESSELY(0, 3), returns Err:502 – invalid argument (X=0)</p>
<a name="bin2dec"></a>
<a name="bm_id3153034"></a>
  <meta itemprop="keywords" content="BIN2DEC function">
  <meta itemprop="keywords" content="converting,binary numbers, into decimal numbers">


<a name="bm_id3151230"></a>

<h2 id="hd_id3153034" dir="auto">BIN2DEC</h2>
<p id="par_id3144744" class="paragraph" dir="auto"><span class="avis">The result is the number for the binary (base-2) number string entered.</span></p>

<div class="embedded">
<a name="sectionsyntax"></a>
        <h4 id="hd_id3152015" dir="auto">Syntax</h4>
    </div>
<p id="par_id3149726" class="code" dir="auto">BIN2DEC(Number)</p>
<p id="par_id3150142" class="paragraph" dir="auto"> <span class="emph">Number</span> is a string representing a binary (base-2) number. It can have a maximum of 10 places (bits). The most significant bit is the sign bit. Negative numbers are entered as two's complement.</p>

<div class="embedded">
<a name="sectionexample"></a>
        <h4 id="hd_id281171" dir="auto">Example</h4>
    </div>
<p id="par_id3145138" class="paragraph" dir="auto"><span class="input" data-tooltip="Click on text to copy to clipboard">=BIN2DEC("1100100")</span> returns 100.</p>
<a name="bin2hex"></a>
<a name="bm_id3149954"></a>
  <meta itemprop="keywords" content="BIN2HEX function">
  <meta itemprop="keywords" content="converting,binary numbers, into hexadecimal numbers">


<a name="bm_id3149548"></a>

<h2 id="hd_id3149954" dir="auto">BIN2HEX</h2>
<p id="par_id3148585" class="paragraph" dir="auto"><span class="avis">The result is the string representing the number in hexadecimal form for the binary (base-2) number string entered.</span></p>

<div class="embedded">
<a name="sectionsyntax"></a>
        <h4 id="hd_id3152015" dir="auto">Syntax</h4>
    </div>
<p id="par_id3148753" class="code" dir="auto">BIN2HEX(Number [; Places])</p>
<p id="par_id3155255" class="paragraph" dir="auto"><span class="emph">Number</span> is a string representing a binary (base-2) number. It can have a maximum of 10 places (bits). The most significant bit is the sign bit. Negative numbers are entered as two's complement.</p>
<p id="par_id3150860" class="paragraph" dir="auto"><span class="emph">Places</span> means the number of places to be output.</p>

<div class="embedded">
<a name="sectionexample"></a>
        <h4 id="hd_id281171" dir="auto">Example</h4>
    </div>
<p id="par_id3149686" class="paragraph" dir="auto"><span class="input" data-tooltip="Click on text to copy to clipboard">=BIN2HEX("1100100";6)</span> returns "000064".</p>
<a name="bin2oct"></a>
<a name="bm_id3153332"></a>
  <meta itemprop="keywords" content="BIN2OCT function">
  <meta itemprop="keywords" content="converting,binary numbers, into octal numbers">


<a name="bm_id3146848"></a>

<h2 id="hd_id3153332" dir="auto">BIN2OCT</h2>
<p id="par_id3155951" class="paragraph" dir="auto"><span class="avis">The result is the string representing the number in octal form for the binary (base-2) number string entered.</span></p>

<div class="embedded">
<a name="sectionsyntax"></a>
        <h4 id="hd_id3152015" dir="auto">Syntax</h4>
    </div>
<p id="par_id3154508" class="code" dir="auto">BIN2OCT(Number [; Places])</p>
<p id="par_id3153567" class="paragraph" dir="auto"><span class="emph">Number</span> is a string representing a binary (base-2) number. It can have a maximum of 10 places (bits). The most significant bit is the sign bit. Negative numbers are entered as two's complement.</p>
<p id="par_id3155929" class="paragraph" dir="auto"><span class="emph">Places</span> means the number of places to be output.</p>

<div class="embedded">
<a name="sectionexample"></a>
        <h4 id="hd_id281171" dir="auto">Example</h4>
    </div>
<p id="par_id3153733" class="paragraph" dir="auto"><span class="input" data-tooltip="Click on text to copy to clipboard">=BIN2OCT("1100100";4)</span> returns "0144".</p>
<a name="dec2bin"></a>
<a name="bm_id3157971"></a>
  <meta itemprop="keywords" content="DEC2BIN function">
  <meta itemprop="keywords" content="converting,decimal numbers, into binary numbers">


<a name="bm_id3148389"></a>

<h2 id="hd_id3157971" dir="auto">DEC2BIN</h2>
<p id="par_id3153043" class="paragraph" dir="auto"><span class="avis">The result is the string representing the number in binary (base-2) form for the number entered.</span></p>

<div class="embedded">
<a name="sectionsyntax"></a>
        <h4 id="hd_id3152015" dir="auto">Syntax</h4>
    </div>
<p id="par_id3150569" class="code" dir="auto">DEC2BIN(Number [; Places])</p>
<p id="par_id3148768" class="paragraph" dir="auto"><span class="emph">Number</span> is a number between -512 and 511. If Number is negative, the function returns a binary number string with 10 characters. The most significant bit is the sign bit, the other 9 bits return the value.</p>
<p id="par_id3149537" class="paragraph" dir="auto"><span class="emph">Places</span> means the number of places to be output.</p>

<div class="embedded">
<a name="sectionexample"></a>
        <h4 id="hd_id281171" dir="auto">Example</h4>
    </div>
<p id="par_id3150662" class="paragraph" dir="auto"><span class="input" data-tooltip="Click on text to copy to clipboard">=DEC2BIN(100;8)</span> returns "01100100".</p>
<a name="dec2hex"></a>
<a name="bm_id3149388"></a>
  <meta itemprop="keywords" content="DEC2HEX function">
  <meta itemprop="keywords" content="converting,decimal numbers, into hexadecimal numbers">


<a name="bm_id3155513"></a>

<h2 id="hd_id3149388" dir="auto">DEC2HEX</h2>
<p id="par_id3149030" class="paragraph" dir="auto"><span class="avis">The result is the string representing the number in hexadecimal form for the number entered.</span></p>

<div class="embedded">
<a name="sectionsyntax"></a>
        <h4 id="hd_id3152015" dir="auto">Syntax</h4>
    </div>
<p id="par_id3147535" class="code" dir="auto">DEC2HEX(Number [; Places])</p>
<p id="par_id3152820" class="paragraph" dir="auto"><span class="emph">Number</span> is a number. If Number is negative, the function returns a hexadecimal number string with 10 characters (40 bits). The most significant bit is the sign bit, the other 39 bits return the value.</p>
<p id="par_id3153221" class="paragraph" dir="auto"><span class="emph">Places</span> means the number of places to be output.</p>

<div class="embedded">
<a name="sectionexample"></a>
        <h4 id="hd_id281171" dir="auto">Example</h4>
    </div>
<p id="par_id3150476" class="paragraph" dir="auto"><span class="input" data-tooltip="Click on text to copy to clipboard">=DEC2HEX(100;4)</span> returns "0064".</p>
<a name="dec2oct"></a>
<a name="bm_id3154948"></a>
  <meta itemprop="keywords" content="DEC2OCT function">
  <meta itemprop="keywords" content="converting,decimal numbers, into octal numbers">


<a name="bm_id3156260"></a>

<h2 id="hd_id3154948" dir="auto">DEC2OCT</h2>
<p id="par_id3153920" class="paragraph" dir="auto"><span class="avis">The result is the string representing the number in octal form for the number entered.</span></p>

<div class="embedded">
<a name="sectionsyntax"></a>
        <h4 id="hd_id3152015" dir="auto">Syntax</h4>
    </div>
<p id="par_id3148427" class="code" dir="auto">DEC2OCT(Number [; Places])</p>
<p id="par_id3155991" class="paragraph" dir="auto"><span class="emph">Number</span> is a number. If Number is negative, the function returns an octal number string with 10 characters (30 bits). The most significant bit is the sign bit, the other 29 bits return the value.</p>
<p id="par_id3152587" class="paragraph" dir="auto"><span class="emph">Places</span> means the number of places to be output.</p>

<div class="embedded">
<a name="sectionexample"></a>
        <h4 id="hd_id281171" dir="auto">Example</h4>
    </div>
<p id="par_id3154317" class="paragraph" dir="auto"><span class="input" data-tooltip="Click on text to copy to clipboard">=DEC2OCT(100;4)</span> returns "0144".</p>
<a name="delta"></a>
<a name="bm_id3150014"></a>
  <meta itemprop="keywords" content="DELTA function">
  <meta itemprop="keywords" content="recognizing,equal numbers">


<a name="bm_id3149880"></a>

<h2 id="hd_id3150014" dir="auto">DELTA</h2>
<p id="par_id3148760" class="paragraph" dir="auto"><span class="avis">The result is TRUE (1) if both numbers, which are delivered as an argument, are equal, otherwise it is FALSE (0).</span></p>

<div class="embedded">
<a name="sectionsyntax"></a>
        <h4 id="hd_id3152015" dir="auto">Syntax</h4>
    </div>
<p id="par_id3145247" class="paragraph" dir="auto">DELTA(Number1 [; Number2])</p>

<div class="embedded">
<a name="sectionexample"></a>
        <h4 id="hd_id281171" dir="auto">Example</h4>
    </div>
<p id="par_id3151020" class="paragraph" dir="auto"> <span class="input" data-tooltip="Click on text to copy to clipboard">=DELTA(1;2)</span> returns 0.</p>
<a name="erf"></a>
<a name="bm_id3083446"></a>
  <meta itemprop="keywords" content="ERF function">
  <meta itemprop="keywords" content="Gaussian error integral">


<a name="bm_id3149823"></a>

<h2 id="hd_id3083446" dir="auto">ERF</h2>
<p id="par_id3150381" class="paragraph" dir="auto"><span class="avis">Returns values of the Gaussian error integral.</span></p>

<div class="embedded">
<a name="sectionsyntax"></a>
        <h4 id="hd_id3152015" dir="auto">Syntax</h4>
    </div>
<p id="par_id3163824" class="code" dir="auto">ERF(LowerLimit [; UpperLimit])</p>
<p id="par_id3149715" class="paragraph" dir="auto"> <span class="emph">LowerLimit</span> is the lower limit of the integral.</p>
<p id="par_id3156294" class="paragraph" dir="auto"> <span class="emph">UpperLimit</span> is optional. It is the upper limit of the integral. If this value is missing, the calculation takes place between 0 and the lower limit.</p>

<div class="embedded">
<a name="sectionexample"></a>
        <h4 id="hd_id281171" dir="auto">Example</h4>
    </div>
<p id="par_id3152974" class="paragraph" dir="auto"> <span class="input" data-tooltip="Click on text to copy to clipboard">=ERF(0;1)</span> returns 0.842701.</p>
<a name="erfdotprecise"></a>
<a name="bm_id2983446"></a>
  <meta itemprop="keywords" content="ERF.PRECISE function">
  <meta itemprop="keywords" content="Gaussian error integral">


<a name="bm_id2949823"></a>

<h2 id="hd_id2983446" dir="auto">ERF.PRECISE</h2>
<p id="par_id2950381" class="paragraph" dir="auto"><span class="avis">Returns values of the Gaussian error integral between 0 and the given limit.</span></p>
<div class="embedded">
<a name="sectionsyntax"></a>
        <h4 id="hd_id3152015" dir="auto">Syntax</h4>
    </div>
<p id="par_id2963824" class="code" dir="auto">ERF.PRECISE(LowerLimit)</p>
<p id="par_id2949715" class="paragraph" dir="auto"><span class="emph">LowerLimit</span> is the limit of the integral. The calculation takes place between 0 and this limit.</p>

<div class="embedded">
<a name="sectionexample"></a>
        <h4 id="hd_id281171" dir="auto">Example</h4>
    </div>
<p id="par_id2952974" class="paragraph" dir="auto"> <span class="input" data-tooltip="Click on text to copy to clipboard">=ERF.PRECISE(1)</span> returns 0.842701.</p>
<div class="embedded">
<a name="sectiontechinfo"></a>
        <h4 id="hd_id301640873452726" dir="auto">Technical information</h4>
    </div>
<div class="embedded">
<a name="4.3"></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_id651551401041643" dir="auto">This function is available since LibreOffice 4.3.</p></div>
</div>
<br>
    </div>
<div class="embedded">
<a name="notODFF"></a>
        <p id="par_id251640873774457" class="paragraph" dir="auto">This function is not part of the <span class="emph">Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format</span> standard. The name space is</p>
    </div>
<p id="par_id351640873986703" class="paragraph" dir="auto"><span class="literal">COM.MICROSOFT.ERF.PRECISE</span></p>
<a name="erfc"></a>
<a name="bm_id3145082"></a>
  <meta itemprop="keywords" content="ERFC function">


<a name="bm_id3156307"></a>

<h2 id="hd_id3145082" dir="auto">ERFC</h2>
<p id="par_id3149453" class="paragraph" dir="auto"><span class="avis">Returns complementary values of the Gaussian error integral between x and infinity.</span></p>

<div class="embedded">
<a name="sectionsyntax"></a>
        <h4 id="hd_id3152015" dir="auto">Syntax</h4>
    </div>
<p id="par_id3153220" class="code" dir="auto">ERFC(LowerLimit)</p>
<p id="par_id3147620" class="paragraph" dir="auto"> <span class="emph">LowerLimit</span> is the lower limit of the integral</p>

<div class="embedded">
<a name="sectionexample"></a>
        <h4 id="hd_id281171" dir="auto">Example</h4>
    </div>
<p id="par_id3156102" class="paragraph" dir="auto"> <span class="input" data-tooltip="Click on text to copy to clipboard">=ERFC(1)</span> returns 0.157299.</p>
<a name="erfcdotprecise"></a>
<a name="bm_id2945082"></a>
  <meta itemprop="keywords" content="ERFC.PRECISE function">


<a name="bm_id2956307"></a>

<h2 id="hd_id2945082" dir="auto">ERFC.PRECISE</h2>
<p id="par_id2949453" class="paragraph" dir="auto"><span class="avis">Returns complementary values of the Gaussian error integral between x and infinity.</span></p>
<div class="embedded">
<a name="sectionsyntax"></a>
        <h4 id="hd_id3152015" dir="auto">Syntax</h4>
    </div>
<p id="par_id2953220" class="code" dir="auto">ERFC.PRECISE(LowerLimit)</p>
<p id="par_id2947620" class="paragraph" dir="auto"> <span class="emph">LowerLimit</span> is the lower limit of the integral</p>

<div class="embedded">
<a name="sectionexample"></a>
        <h4 id="hd_id281171" dir="auto">Example</h4>
    </div>
<p id="par_id2956102" class="paragraph" dir="auto"> <span class="input" data-tooltip="Click on text to copy to clipboard">=ERFC.PRECISE(1)</span> returns 0.157299.</p>
<div class="embedded">
<a name="sectiontechinfo"></a>
        <h4 id="hd_id301640873452726" dir="auto">Technical information</h4>
    </div>
<div class="embedded">
<a name="4.3"></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_id651551401041643" dir="auto">This function is available since LibreOffice 4.3.</p></div>
</div>
<br>
    </div>
<div class="embedded">
<a name="notODFF"></a>
        <p id="par_id251640873774457" class="paragraph" dir="auto">This function is not part of the <span class="emph">Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format</span> standard. The name space is</p>
    </div>
<p id="par_id341640853986703" class="paragraph" dir="auto"><span class="literal">COM.MICROSOFT.ERFC.PRECISE</span></p>
<a name="gestep"></a>
<a name="bm_id3152927"></a>
  <meta itemprop="keywords" content="GESTEP function">
  <meta itemprop="keywords" content="numbers,greater than or equal to">


<a name="bm_id3151182"></a>

<h2 id="hd_id3152927" dir="auto">GESTEP</h2>
<p id="par_id3150763" class="paragraph" dir="auto"><span class="avis">The result is 1 if <span class="literal">Number</span> is greater than or equal to <span class="literal">Step</span>.</span></p>

<div class="embedded">
<a name="sectionsyntax"></a>
        <h4 id="hd_id3152015" dir="auto">Syntax</h4>
    </div>
<p id="par_id3145212" class="code" dir="auto">GESTEP(Number [; Step])</p>

<div class="embedded">
<a name="sectionexample"></a>
        <h4 id="hd_id281171" dir="auto">Example</h4>
    </div>
<p id="par_id3156132" class="paragraph" dir="auto"> <span class="input" data-tooltip="Click on text to copy to clipboard">=GESTEP(5;1)</span> returns 1.</p>
<a name="hex2bin"></a>
<a name="bm_id3147276"></a>
  <meta itemprop="keywords" content="HEX2BIN function">
  <meta itemprop="keywords" content="converting,hexadecimal numbers, into binary numbers">


<a name="bm_id3145659"></a>

<h2 id="hd_id3147276" dir="auto">HEX2BIN</h2>
<p id="par_id3150258" class="paragraph" dir="auto"><span class="avis">The result is the string representing the number in binary (base-2) form for the hexadecimal number string entered.</span></p>

<div class="embedded">
<a name="sectionsyntax"></a>
        <h4 id="hd_id3152015" dir="auto">Syntax</h4>
    </div>
<p id="par_id3155847" class="code" dir="auto">HEX2BIN(Number [; Places])</p>
<p id="par_id3152810" class="paragraph" dir="auto"><span class="emph">Number</span> is a string that represents a hexadecimal number. It 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.</p>
<p id="par_id3153758" class="paragraph" dir="auto"><span class="emph">Places</span> is the number of places to be output.</p>

<div class="embedded">
<a name="sectionexample"></a>
        <h4 id="hd_id281171" dir="auto">Example</h4>
    </div>
<p id="par_id3156002" class="paragraph" dir="auto"><span class="input" data-tooltip="Click on text to copy to clipboard">=HEX2BIN("6a";8)</span> returns "01101010".</p>
<a name="hex2dec"></a>
<a name="bm_id3154742"></a>
  <meta itemprop="keywords" content="HEX2DEC function">
  <meta itemprop="keywords" content="converting,hexadecimal numbers, into decimal numbers">


<a name="bm_id3149978"></a>

<h2 id="hd_id3154742" dir="auto">HEX2DEC</h2>
<p id="par_id3153626" class="paragraph" dir="auto"><span class="avis">The result is the number for the hexadecimal number string entered.</span></p>

<div class="embedded">
<a name="sectionsyntax"></a>
        <h4 id="hd_id3152015" dir="auto">Syntax</h4>
    </div>
<p id="par_id3149293" class="code" dir="auto">HEX2DEC(Number)</p>
<p id="par_id3159176" class="paragraph" dir="auto"><span class="emph">Number</span> is a string that represents a hexadecimal number. It 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.</p>

<div class="embedded">
<a name="sectionexample"></a>
        <h4 id="hd_id281171" dir="auto">Example</h4>
    </div>
<p id="par_id3146093" class="paragraph" dir="auto"><span class="input" data-tooltip="Click on text to copy to clipboard">=HEX2DEC("6a")</span> returns 106.</p>
<a name="hex2oct"></a>
<a name="bm_id3149750"></a>
  <meta itemprop="keywords" content="HEX2OCT function">
  <meta itemprop="keywords" content="converting,hexadecimal numbers, into octal numbers">


<a name="bm_id3147487"></a>

<h2 id="hd_id3149750" dir="auto">HEX2OCT</h2>
<p id="par_id3153983" class="paragraph" dir="auto"><span class="avis">The result is the string representing the number in octal form for the hexadecimal number string entered.</span></p>

<div class="embedded">
<a name="sectionsyntax"></a>
        <h4 id="hd_id3152015" dir="auto">Syntax</h4>
    </div>
<p id="par_id3151170" class="code" dir="auto">HEX2OCT(Number [; Places])</p>
<p id="par_id3152795" class="paragraph" dir="auto"><span class="emph">Number</span> is a string that represents a hexadecimal number. It 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.</p>
<p id="par_id3149204" class="paragraph" dir="auto"><span class="emph">Places</span> is the number of places to be output.</p>

<div class="embedded">
<a name="sectionexample"></a>
        <h4 id="hd_id281171" dir="auto">Example</h4>
    </div>
<p id="par_id3159341" class="paragraph" dir="auto"><span class="input" data-tooltip="Click on text to copy to clipboard">=HEX2OCT("6a";4)</span> returns "0152".</p>


<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">
<p id="par_id3155751" class="paragraph" dir="auto"><a target="_top" href="en-US/text/scalc/01/04060111.html">Add-in Functions</a></p>
<p id="par_id3145324" class="paragraph" dir="auto"><a target="_top" href="en-US/text/scalc/01/04060116.html">Add-in Functions, List of Analysis Functions Part Two</a></p>
<p id="par_id3149873" class="paragraph" dir="auto"><a target="_top" href="en-US/text/scalc/01/04060110.html">Text Functions</a></p>
<p id="par_id260920161551025898" class="paragraph" dir="auto"><a target="_top" href="en-US/text/scalc/01/04060100.html">Functions by Category</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/04060115.xhp" target="_blank">/text/scalc/01/04060115.xhp</a></p>
<p dir="auto">Title is: Add-in Functions, List of Analysis Functions Part One</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