Files
PhpSpreadsheet/namespaces/default.html
T
2020-10-11 13:25:19 +00:00

147 lines
6.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Documentation</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro">
<link rel="stylesheet" href="../css/normalize.css">
<link rel="stylesheet" href="../css/template.css">
<link rel="icon" href="../images/favicon.ico"/>
<script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fuse.js/3.4.6/fuse.min.js"></script>
<script src="../js/search.js"></script>
<script defer src="../js/searchIndex.js"></script>
</head>
<body>
<header class="phpdocumentor-top-header"></header>
<header class="phpdocumentor-header">
<section class="phpdocumentor-section">
<h1 class="phpdocumentor-title">Documentation</h1>
</section>
</header>
<main class="phpdocumentor">
<div class="phpdocumentor-section">
<aside class="three phpdocumentor-columns phpdocumentor-sidebar">
<section data-search-form class="phpdocumentor-search">
<h1 class="phpdocumentor-sidebar__category-header">Search</h1>
<label class="phpdocumentor-label">
<span class="visually-hidden">Search for</span>
<input type="search" class="phpdocumentor-field phpdocumentor-search__field" placeholder="Loading .." disabled />
</label>
</section>
<h1 class="phpdocumentor-sidebar__category-header">Namespaces</h1>
<h2 class="phpdocumentor-sidebar__root-namespace"><a href="../namespaces/default.html"><abbr title="\">Global</abbr></a></h2>
<h3 class="phpdocumentor-sidebar__root-namespace"><a href="../namespaces/phpoffice.html"><abbr title="\PhpOffice">PhpOffice</abbr></a></h3>
<ul class="phpdocumentor-list">
<li><a href="../namespaces/phpoffice-phpspreadsheet.html"><abbr title="\PhpOffice\PhpSpreadsheet">PhpSpreadsheet</abbr></a></li>
</ul>
<h1 class="phpdocumentor-sidebar__category-header">Reports</h1>
<h2 class="phpdocumentor-sidebar__root-package"><a href="../reports/deprecated.html">Deprecated</a></h2>
<h2 class="phpdocumentor-sidebar__root-package"><a href="../reports/errors.html">Errors</a></h2>
<h2 class="phpdocumentor-sidebar__root-package"><a href="../reports/markers.html">Markers</a></h2>
</aside>
<div class="nine phpdocumentor-columns phpdocumentor-content">
<ul class="phpdocumentor-breadcrumbs">
<li><a href="../index.html">Home</a></li>
</ul>
<h2 class="phpdocumentor-content__title">API Documentation</h2>
<h3>Namespaces</h3>
<dl>
<dt><a href="../namespaces/phpoffice.html"><abbr title="\PhpOffice">PhpOffice</abbr></a></dt>
</dl>
<h3>Table of Contents</h3>
<table class="phpdocumentor-table_of_contents">
<tr>
<th class="phpdocumentor-heading"><a href="../namespaces/default.html#function_hypo"><abbr title="\hypo()">hypo()</abbr></a></th>
<td class="phpdocumentor-cell">Pythagorean Theorem:.</td>
<td class="phpdocumentor-cell"><a href=""><abbr title=""></abbr></a></td>
</tr>
</table>
<section>
<h3 class="phpdocumentor-functions__header">Functions</h3>
<a id="function_hypo"></a>
<article
class="
phpdocumentor-element
phpdocumentor-function
phpdocumentor-function--
"
>
<h4 class="phpdocumentor-function__name">hypo()</h4>
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/PhpSpreadsheet/Shared/JAMA/utils/Maths.php"><a href="../files/src-phpspreadsheet-shared-jama-utils-maths.html"><abbr title="src/PhpSpreadsheet/Shared/JAMA/utils/Maths.php">Maths.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">18</span>
</aside>
<p class="phpdocumentor-summary">Pythagorean Theorem:.</p>
<code class="phpdocumentor-signature phpdocumentor-code ">
<span class="phpdocumentor-signature__visibility"></span>
<span class="phpdocumentor-signature__name">hypo</span>(
<span class="phpdocumentor-signature__argument">
<span class="phpdocumentor-signature__argument__name">$a</span> :
<span class="phpdocumentor-signature__argument__return-type">mixed</span>
</span>
<span class="phpdocumentor-signature__argument">
, <span class="phpdocumentor-signature__argument__name">$b</span> :
<span class="phpdocumentor-signature__argument__return-type">mixed</span>
</span>
)
: <span class="phpdocumentor-signature__response_type">float</span>
</code>
<section class="phpdocumentor-description"><p>a = 3
b = 4
r = sqrt(square(a) + square(b))
r = 5</p>
<p>r = sqrt(a^2 + b^2) without under/overflow.</p></section>
<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
<dl class="phpdocumentor-argument-list">
<dt class="phpdocumentor-argument-list__entry">
<span class="phpdocumentor-signature__argument__name">$a</span>
: <span class="phpdocumentor-signature__argument__return-type">mixed</span>
</dt>
<dd class="phpdocumentor-argument-list__definition"><section class="phpdocumentor-description"></section></dd>
<dt class="phpdocumentor-argument-list__entry">
<span class="phpdocumentor-signature__argument__name">$b</span>
: <span class="phpdocumentor-signature__argument__return-type">mixed</span>
</dt>
<dd class="phpdocumentor-argument-list__definition"><section class="phpdocumentor-description"></section></dd>
</dl>
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type">float</span>
</article>
</section>
<div data-search-results class="phpdocumentor-search-results phpdocumentor-search-results--hidden">
<h2>Search results</h2>
<ul class="phpdocumentor-search-results__entries">
</ul>
</div>
</div>
</div>
</main>
</body>
</html>