Update documentation
This commit is contained in:
parent
7dbc0fdf4a
commit
4e552d177a
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">'~> 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">'~> 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.
|
@ -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">'~> 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">'~> 0.1.19'</span>
|
||||
</code></pre>
|
||||
|
||||
<p><a href="https://swift.org/package-manager/">Swift Package Manager</a> can also be used to
|
||||
|
|
Loading…
Reference in New Issue