Skip to content

Commit

Permalink
Minor Typo in Function Name
Browse files Browse the repository at this point in the history
Fix typo in function name, 'isinf' to 'isnan'
  • Loading branch information
Robaire authored Jun 30, 2018
1 parent 2c1d60d commit 42ed3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sl4/isnan.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<div class="refsect1" id="description">
<h2>Description</h2>
<p>
For each element element <span class="emphasis"><em>i</em></span> of the result, <code class="function">isinf</code> returns <code class="constant">true</code> if
For each element element <span class="emphasis"><em>i</em></span> of the result, <code class="function">isnan</code> returns <code class="constant">true</code> if
<em class="parameter"><code>x</code></em>[<span class="emphasis"><em>i</em></span>] is posititve or negative floating point NaN (Not a Number) and false otherwise.
</p>
</div>
Expand Down

0 comments on commit 42ed3c2

Please sign in to comment.