mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 02:05:59 +08:00
41 lines
2.0 KiB
HTML
41 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>COT 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>COT funkcija</h1>
|
|
<p><b>COT</b> funkcija je jedna od <a href="../UsageInstructions/InsertFunction.htm#mathtrigonometry" onclick="onhyperlinkclick(this)">matematičkih i trigonometrijskih funkcija</a>. Koristi se za vraćanje kotangensa ugla izraženog u radijanima.</p>
|
|
<h3>Sintaksa</h3>
|
|
<p><b><em>COT(number)</em></b></p>
|
|
<p><b>COT</b> funkcija ima sledeći argument:</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>number</em></b></td>
|
|
<td>Ugao u radijanima za koji želite da izračunate kotangens. Numerička vrednost uneta ručno ili uključena u ćeliju na koju se pozivate. Njena apsolutna vrednost mora biti manja od 2^27.</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<h3>Napomene</h3>
|
|
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">Kako primeniti</a> <b>COT</b> funkciju.</p>
|
|
|
|
<h3>Primeri</h3>
|
|
<p>Slika ispod prikazuje rezultat koji vraća <b>COT</b> funkcija.</p>
|
|
<p><img alt="COT Function" src="../images/cot.png" /></p>
|
|
</div>
|
|
</body>
|
|
</html> |