Liste des Groupes | Revenir à s logic |
Am 05.08.2024 um 10:12 schrieb Moebius:It's strange, if (1, bla) is a "representation" of WM's "smallest unit fraction" 1/bla, next_smaller_unit_fraction(1, bla) returns (the representation of) a smaller unit fraction (if we assume that our computational ressources are unlimited). :-)
Btw. we might implement this function (in Python) the followimg way:
>
next_smaller_unit_fraction(n, m):
return (1, m//n + 1)
Les messages affichés proviennent d'usenet.