Module:Mediants: Difference between revisions
m Updated todo |
m Comments, todo |
||
| Line 4: | Line 4: | ||
-- Module for finding mediants, either by search depth, int limit, or by a | -- Module for finding mediants, either by search depth, int limit, or by a | ||
-- custom search function. | -- 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: | |||
-- Add a convert-to-rational function. | |||
-------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ||