Talk:Square root by hand: Difference between revisions

m
no edit summary
mNo edit summary
Line 43:
.44721359549995793928183473374625524708812367192230514485417944908210418512756097
</pre>
::--Walter Pachl 18:54, 1 August 2021 (UTC)
 
::: In order to round, &nbsp; the REXX program would have to compute the &nbsp; ''next'' &nbsp; decimal digit. &nbsp; Bear in mind that the last decimal digit has already been computed and displayed (spit) to the terminal screen, &nbsp; so rounding in a spigot algorithm could entail &nbsp; ''backing up'' &nbsp; and changing (undoing) the previous decimal digit that was already just displayed (spit). &nbsp; With irrational numbers, &nbsp; there is no correct last decimal digit. &nbsp; Spigot algorithms are not designed for rounding, &nbsp; but for spitting digits one at a time. &nbsp; Rounding can be incorporated into the routine &nbsp; (by withholding one decimal digit), &nbsp; but would unnecessary complicate any program and make the comparisons of computer programming languages more problematic. &nbsp; &nbsp; -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 20:38, 1 August 2021 (UTC)