PRINT_FACT Name
PRINT_FACT Purpose
Print prime factors found by the factor routine.
Category
Calling Sequence
print_fact, p, n Inputs
p = prime factors. in
n = number of each factor. in
Keyword Parameters
Outputs
Common Blocks
Notes
Modification History
R. Sterner 4 Oct, 1988.
RES 25 Oct, 1990 --- converted to IDL V2.
R. Sterner, 26 Feb, 1991 --- Renamed from print_factors.pro
R. Sterner, 1999 Jun 30 --- Better output format.
R. Sterner, 1999 Jul 7 --- Bigger values (used unsigned).
R. Sterner, 1999 Jul 9 --- Made backward compatable.
R. Sterner, 2010 Jun 09 --- Converted arrays from () to [].
Copyright (C) 1988, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.