This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pacosta
Recipients pacosta
Date 2014-06-11.02:14:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402452840.7.0.907165185395.issue21712@psf.upfronthosting.co.za>
In-reply-to
Content
I will correct myself one more time (hopefully the last):



	while b:
		a, b = b, round(a % b, 10)
	return a



a	b	fractions.gcd		proposed_algorithm
----------------------------------------------------------
48	18	6			6
3	4	1			1
2.7	107.3	8.881784197001252e-16	0.1
200.1	333	2.842170943040401e-14	0.3
0.05	0.02	3.469446951953614e-18	0.01
History
Date User Action Args
2014-06-11 02:14:00pacostasetrecipients: + pacosta
2014-06-11 02:14:00pacostasetmessageid: <1402452840.7.0.907165185395.issue21712@psf.upfronthosting.co.za>
2014-06-11 02:14:00pacostalinkissue21712 messages
2014-06-11 02:14:00pacostacreate