Module:JI ratios: Difference between revisions

Ganaram inukshuk (talk | contribs)
m Renamed "new" functions by dropping "new" (it's been a few weeks); may break dependent modules
Ganaram inukshuk (talk | contribs)
tentatively put reverse-subgroup-search functions here for now; may need to be moved or adjusted later
Line 136: Line 136:


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
---------------- WORK-IN-PROGERSS SUBGROUP-BASED SEARCH FUNCTION ---------------
------------------------ SUBGROUP-BASED SEARCH FUNCTION ------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------


Line 230: Line 230:
end
end
return ratios
return ratios
end
--------------------------------------------------------------------------------
--------------------------- REVERSE-SEARCH FUNCTIONS ---------------------------
--------------------------------------------------------------------------------
function p.int_limit_of_ratios(ratios)
end
function p.prime_limit_of_ratios(ratios)
end
function p.subgroup_of_ratios(ratios, is_nonprime)
end
end