Module:JI ratios: Difference between revisions
m Renamed "new" functions by dropping "new" (it's been a few weeks); may break dependent modules |
tentatively put reverse-subgroup-search functions here for now; may need to be moved or adjusted later |
||
| Line 136: | Line 136: | ||
-------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ||
---------------- | ------------------------ 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 | ||