Module:Mediants: Difference between revisions

Ganaram inukshuk (talk | contribs)
m Cleanup
ArrowHead294 (talk | contribs)
mNo edit summary
Line 1: Line 1:
local p = {}
local p = {}
-- Module for finding mediants, either by search depth, int limit, or by a
-- custom search function. Note that ratios produced by this module are NOT the
-- same as that defined by Module:Rational and will require conversion to that
-- form. This is because some situations, such as with step ratios, don't need
-- the factorization process that Module:Rational uses.


-- TODO:
-- TODO: