HP Forums

Full Version: Repeating Decimals
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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?
Pages: 1 2
Reference URL's