HP Forums
Repeating Decimals - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: Repeating Decimals (/thread-9919.html)

Pages: 1 2


RE: Repeating Decimals - StephenG1CMZ - 02-06-2018 11:34 PM

I have become aware of a complication with my implementation of the step 0 fraction reduction which can introduce unexpected non-negative parameters (Details are in the program library).
Update: An improved algorithm may be used in the next version.

Would you prefer
Repeating(any fraction) //safer
Or
Repeating(Reduce(fraction)) //wrong if user omits fraction reduction?