Module:Rational: Difference between revisions
m cents() implemented |
mNo edit summary |
||
Line 685: | Line 685: | ||
-- determine product complexity | -- determine product complexity | ||
function p. | function p.benedetti_height(a) | ||
if type(a) == 'number' then | if type(a) == 'number' then | ||
a = p.new(a) | a = p.new(a) | ||
Line 695: | Line 695: | ||
return n * m | return n * m | ||
end | end | ||
p.beneditti_height = p.benedetti_height -- typo | |||
-- determine the number of rational divisors | -- determine the number of rational divisors |