Skip to content

Commit

Permalink
Fix link.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Oct 30, 2023
1 parent 41772a8 commit c6a6fe9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -384,5 +384,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.4.3
Build Date UTC : 2023-10-30 09:03:40.612427+00:00
Build Date UTC : 2023-10-30 09:33:20.278721+00:00
-->
2 changes: 1 addition & 1 deletion docs/libs/maths/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ <h4 id="usage_6">Usage</h4>
<hr />
<h3 id="maepsilon"><code>(ma.)EPSILON</code></h3>
<p>Constant EPSILON available in simple/double/quad precision,
as defined in the <a href="https://en.wikipedia.org/wiki/IEEE_754-1985">floating-point standard</a>
as defined in the <a href="https://en.wikipedia.org/wiki/IEEE_754">floating-point standard</a>
and <a href="https://en.wikipedia.org/wiki/Machine_epsilon">machine epsilon</a>,
that is smallest positive number such that <code>1.0 + EPSILON != 1.0</code>.</p>
<h4 id="usage_7">Usage</h4>
Expand Down
Binary file modified docs/sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion maths.lib
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ E = 2.71828182845904523536;

//---------------------------------`(ma.)EPSILON`---------------------------------------
// Constant EPSILON available in simple/double/quad precision,
// as defined in the [floating-point standard](https://en.wikipedia.org/wiki/IEEE_754-1985)
// as defined in the [floating-point standard](https://en.wikipedia.org/wiki/IEEE_754)
// and [machine epsilon](https://en.wikipedia.org/wiki/Machine_epsilon),
// that is smallest positive number such that `1.0 + EPSILON != 1.0`.
//
Expand Down

0 comments on commit c6a6fe9

Please sign in to comment.