Skip to content

Commit

Permalink
the meta description and text updated
Browse files Browse the repository at this point in the history
  • Loading branch information
eakondratiev committed Dec 20, 2024
1 parent 77c0042 commit a39fcad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions floating-point-summation.htm
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<meta name="application-name" content="Floating-Point Summation" />

<meta property="og:title" content="Floating-Point Summation">
<meta name="description" content="Explore the inherent inaccuracies of floating-point number representation, which can lead to unexpected results in calculations and programming tasks.">
<meta property="og:description" content="Explore the inherent inaccuracies of floating-point number representation, which can lead to unexpected results in calculations and programming tasks.">
<meta name="description" content="Discover how errors in floating-point representation of real numbers accumulate during summation, leading to inaccuracies in calculations and programming tasks. Understand how these inaccuracies impact your code.">
<meta property="og:description" content="Discover how errors in floating-point representation of real numbers accumulate during summation, leading to inaccuracies in calculations and programming tasks. Understand how these inaccuracies impact your code.">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:url" content="https://eakondratiev.github.io/floating-point-summation.htm">
Expand Down Expand Up @@ -79,6 +79,10 @@ <h3 class="site-nav-header">Console Tools</h3>
<noscript><div>This site requires JavaScript to function properly. Please enable it in your browser settings.</div></noscript>
<div id="incompatible-browser">Please, update your browser.</div>
<h1>Floating-Point Summation</h1>
<p>
Explore how errors in floating-point representation of real numbers accumulate during summation, leading to inaccuracies in calculations and programming tasks.
Understand how these inaccuracies impact your code.
</p>
<div class="fp-form">
<input type="text" id="input-numbers" placeholder="0.1;0.2" value="0.1;0.2" aria-label="Enter some semicolon delimited numbers">
<button type="button" id="btn-calc-sum" accesskey="S"><u>S</u>um</button>
Expand Down
2 changes: 1 addition & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</url>
<url>
<loc>https://eakondratiev.github.io/floating-point-summation.htm</loc>
<lastmod>2024-10-17</lastmod>
<lastmod>2024-12-20</lastmod>
</url>
<url>
<loc>https://eakondratiev.github.io/floating-point-representation.htm</loc>
Expand Down

0 comments on commit a39fcad

Please sign in to comment.