mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 20:10:25 +08:00
44 lines
2.2 KiB
HTML
44 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>ERF funkcija</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="" />
|
|
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
|
|
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
|
|
<script type="text/javascript" src="../callback.js"></script>
|
|
<script type="text/javascript" src="../../../../../../common/main/resources/help/search/js/page-search.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="mainpart">
|
|
<div class="search-field">
|
|
<input id="search" class="searchBar" placeholder="Pretraga" type="text" onkeypress="doSearch(event)">
|
|
</div>
|
|
<h1>ERF funkcija</h1>
|
|
<p><b>ERF</b> funkcija je jedna od <a href="../UsageInstructions/InsertFunction.htm#engineering" onclick="onhyperlinkclick(this)">inženjerskih funkcija</a>. Koristi se za izračunavanje funkcije greške integrisane između zadate donje i gornje granice.</p>
|
|
<h3>Sintaksa</h3>
|
|
<p><b><em>ERF(lower_limit, [upper_limit])</em></b></p>
|
|
<p><b>ERF</b> funkcija ima sledeće argumente:</p>
|
|
<table style="width: 40%">
|
|
<tr>
|
|
<th style="background-color: #f4f4f4" width="150ch"><b>Argument</b></th>
|
|
<th style="background-color: #f4f4f4"><b>Opis</b></th>
|
|
</tr>
|
|
<tr>
|
|
<td><b><em>lower_limit</em></b></td>
|
|
<td>Donja granica integracije.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><b><em>upper_limit</em></b></td>
|
|
<td>Gornja granica integracije. Ovo je opcion argument. Ako se izostavi, funkcija će izračunati funkciju greške integrisanu između 0 i <b><em>lower_limit</em></b>.</td>
|
|
</tr>
|
|
</table>
|
|
<h3>Napomene</h3>
|
|
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">Kako primeniti</a> <b>ERF</b> funkciju.</p>
|
|
|
|
<h3>Primeri</h3>
|
|
<p>Slika ispod prikazuje rezultat koji vraća <b>ERF</b> funkcija.</p>
|
|
<p><img alt="ERF funkcija" src="../images/erf.png" /></p>
|
|
</div>
|
|
</body>
|
|
</html> |