Message227538
I am inclined to think that a maths.gcd() makes sense as this would be where I would go first to find this function. And the prospect of better performance is attractive since the gcd is an important operation in work with number theory algorithms.
Would it co-exist with fractions.gcd(), with identical semantics?
Or would it co-exist with fractions.gcd(), with the 'less surprising' semantics that are under discussion in the 'GCD in Fractions' thread?
Would it take on the suggestion of operating on one or more input parameters? |
|
Date |
User |
Action |
Args |
2014-09-25 13:04:09 | gladman | set | recipients:
+ gladman, mark.dickinson, pitrou, scoder, serhiy.storchaka, wolma |
2014-09-25 13:04:09 | gladman | set | messageid: <1411650249.37.0.323949442819.issue22486@psf.upfronthosting.co.za> |
2014-09-25 13:04:09 | gladman | link | issue22486 messages |
2014-09-25 13:04:09 | gladman | create | |
|