Skip to content

Commit

Permalink
Update beta.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Recoskie committed Oct 30, 2024
1 parent 905933a commit 1a018cd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions beta.html
Original file line number Diff line number Diff line change
Expand Up @@ -640,13 +640,15 @@

out.innerHTML += getParts(n,2); n = n.splitAll();

out.innerHTML += "<hr />Using these 2 steps we have found the reciprocal parts to our number to be " + n.a + "<hr /><br />";
out.innerHTML += "<hr />Using these 2 steps we have found the reciprocal parts to our number to be " + n.a + ".<hr /><br />";

out.innerHTML +="The reciprocal parts can be added together into reciprocal fractions.<br /><br />";

out.innerHTML += addPartsFract(n.a,3) + "<br />";

out.innerHTML += "In math we call these converging fractions and are very important for finding irrational number ratios for numbers.<br /><br />";
out.innerHTML += "All numbers can be taken apart this way and added to their smallest fraction this way. There is one exception. Numbers that are an ratio of parts grow forever with no end in which we call the added parts to a given number ratio converging fractions.<br /><br />";

out.innerHTML += "The converging fractions of an given number ratio are very important for finding irrational number patterns.<br /><br />";

out.innerHTML += "The reciprocal fraction of the parts can be expanded to vector columns till we end with the same vector twice per added part giving us our ratio for our irrational number.<br /><br />";

Expand Down

0 comments on commit 1a018cd

Please sign in to comment.