Update documentation

This commit is contained in:
Xiaodi Wu 2017-08-27 19:11:14 -05:00
parent 7dbc0fdf4a
commit 4e552d177a
7 changed files with 6 additions and 6 deletions

View File

@ -271,7 +271,7 @@ to a representable value.</p>
</div>
<div class="abstract">
<p>Returns the result of raising <code>base</code> to the power of <code>exponent</code>, rounded
to a representable value.</p>
to a representable value (deprecated).</p>
</div>
<div class="declaration">

View File

@ -1083,7 +1083,7 @@ value, rounded to a representable value.</p>
</div>
<div class="abstract">
<p>Returns the result of raising <code>base</code> to the power of <code>exponent</code>, rounded
to a representable value.</p>
to a representable value (deprecated).</p>
</div>
<div class="declaration">

View File

@ -271,7 +271,7 @@ to a representable value.</p>
</div>
<div class="abstract">
<p>Returns the result of raising <code>base</code> to the power of <code>exponent</code>, rounded
to a representable value.</p>
to a representable value (deprecated).</p>
</div>
<div class="declaration">

View File

@ -1083,7 +1083,7 @@ value, rounded to a representable value.</p>
</div>
<div class="abstract">
<p>Returns the result of raising <code>base</code> to the power of <code>exponent</code>, rounded
to a representable value.</p>
to a representable value (deprecated).</p>
</div>
<div class="declaration">

View File

@ -205,7 +205,7 @@ the command <code>swift package generate-xcodeproj</code>.</p>
<p>To add the package as a dependency using <a href="https://cocoapods.org">CocoaPods</a>,
insert the following line in your <code>Podfile</code>:</p>
<pre class="highlight ruby"><code><span class="n">pod</span> <span class="s1">'NumericAnnex'</span><span class="p">,</span> <span class="s1">'~&gt; 0.1.18'</span>
<pre class="highlight ruby"><code><span class="n">pod</span> <span class="s1">'NumericAnnex'</span><span class="p">,</span> <span class="s1">'~&gt; 0.1.19'</span>
</code></pre>
<p><a href="https://swift.org/package-manager/">Swift Package Manager</a> can also be used to

Binary file not shown.

View File

@ -205,7 +205,7 @@ the command <code>swift package generate-xcodeproj</code>.</p>
<p>To add the package as a dependency using <a href="https://cocoapods.org">CocoaPods</a>,
insert the following line in your <code>Podfile</code>:</p>
<pre class="highlight ruby"><code><span class="n">pod</span> <span class="s1">'NumericAnnex'</span><span class="p">,</span> <span class="s1">'~&gt; 0.1.18'</span>
<pre class="highlight ruby"><code><span class="n">pod</span> <span class="s1">'NumericAnnex'</span><span class="p">,</span> <span class="s1">'~&gt; 0.1.19'</span>
</code></pre>
<p><a href="https://swift.org/package-manager/">Swift Package Manager</a> can also be used to