Sujet : Re: Replacement of Cardinality
De : invalid (at) *nospam* example.invalid (Moebius)
Groupes : sci.logic sci.mathDate : 05. Aug 2024, 21:47:31
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v8rdp3$11v9s$4@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
User-Agent : Mozilla Thunderbird
Am 05.08.2024 um 10:12 schrieb Moebius:
Btw. we might implement this function (in Python) the followimg way:
def next_unit_fraction(n, m):
Better: next_smaller_unit_fraction
return (1, m//n + 1)
:-P