FUNCTION : phiset - Relatively prime integers CALLING SEQUENCE : phiset(m) PARAMETERS : m - positive integer SYNOPSIS : Thus proc returns the integers between 1 and m that are relatively prime to m. EXAMPLES : > phiset(12); {1, 5, 7, 11} DISCUSSION : SEE ALSO :