mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2026-03-08 06:50:23 +08:00
0.0.1
This commit is contained in:
82
docs/php/stats_stat_powersum.html
Normal file
82
docs/php/stats_stat_powersum.html
Normal file
@@ -0,0 +1,82 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<title>Returns the power sum of a vector</title>
|
||||
</head>
|
||||
<body class="docs"><div id="layout">
|
||||
<div id="layout-content"><div id="function.stats-stat-powersum" class="refentry">
|
||||
<div class="refnamediv">
|
||||
<h1 class="refname">stats_stat_powersum</h1>
|
||||
<p class="verinfo">(PECL stats >= 1.0.0)</p><p class="refpurpose"><span class="refname">stats_stat_powersum</span> — <span class="dc-title">Returns the power sum of a vector</span></p>
|
||||
|
||||
</div>
|
||||
<div class="refsect1 description" id="refsect1-function.stats-stat-powersum-description">
|
||||
<h3 class="title">说明</h3>
|
||||
<div class="methodsynopsis dc-description">
|
||||
<span class="methodname"><strong>stats_stat_powersum</strong></span>
|
||||
( <span class="methodparam"><span class="type">array</span> <code class="parameter">$arr</code></span>
|
||||
, <span class="methodparam"><span class="type">float</span> <code class="parameter">$power</code></span>
|
||||
) : <span class="type">float</span></div>
|
||||
|
||||
<p class="para rdfs-comment">
|
||||
Returns the sum of the <code class="parameter">power</code>-th power of a vector represented as an array <code class="parameter">arr</code>.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="refsect1 parameters" id="refsect1-function.stats-stat-powersum-parameters">
|
||||
<h3 class="title">参数</h3>
|
||||
<p class="para">
|
||||
<dl>
|
||||
|
||||
|
||||
<dt>
|
||||
<code class="parameter">arr</code></dt>
|
||||
|
||||
<dd>
|
||||
|
||||
<p class="para">
|
||||
The input array
|
||||
</p>
|
||||
</dd>
|
||||
|
||||
|
||||
|
||||
<dt>
|
||||
<code class="parameter">power</code></dt>
|
||||
|
||||
<dd>
|
||||
|
||||
<p class="para">
|
||||
The power
|
||||
</p>
|
||||
</dd>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="refsect1 returnvalues" id="refsect1-function.stats-stat-powersum-returnvalues">
|
||||
<h3 class="title">返回值</h3>
|
||||
<p class="para">
|
||||
Returns the power sum of the input array.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div></div></div></body></html>
|
||||
Reference in New Issue
Block a user