![]() |
|
We don't bite newbies here... much | |
PerlMonks |
Re^3: Algorithm for cancelling common factors between two lists of multiplicandsby xdg (Monsignor) |
on Aug 08, 2005 at 20:05 UTC ( #482006=note: print w/replies, xml ) | Need Help?? |
Is this a factoring problem? Math::Factor and Math::Big::Factors may have useful routines. In particular Math::Factor has the subroutine "match" that sounds something like what you're trying to do, though as others have stated, it's still not clear what exactly that is. -xdg Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.
In Section
Seekers of Perl Wisdom
|
|