Module:Rational: Difference between revisions

Plumtree (talk | contribs)
mNo edit summary
Plumtree (talk | contribs)
mNo edit summary
Line 480: Line 480:
end
end
if reduced then
if reduced then
return p.reduced(a, 2, large)
return p.is_reduced(a, 2, large)
end
end
return true
return true
Line 503: Line 503:
end
end
if reduced then
if reduced then
return p.reduced(a, 2, large)
return p.is_reduced(a, 2, large)
end
end
return true
return true