Usage: factors(num) Returns: A list of all the factors of num. Right now, factors() is limited to 2^32-1, and will remain that way until Zeljko's libraries include support for longer numbers. Copyright 2000 Mike Grass