[Python-Dev] [OT] Denormalized fractions [was Re: PEP 3144 review.] (original) (raw)

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Sep 30 00:40:51 CEST 2009


Steven D'Aprano wrote:

there's a mathematical operator called the mediant:

mediant(a/b, c/d) = (a+c)/(b+d)

That's a function of four arguments, not two!

-- Greg



More information about the Python-Dev mailing list