|
polylib 7.01
|
#include <stdio.h>#include <stdlib.h>Go to the source code of this file.
Classes | |
| struct | factor |
Functions | |
| factor | prime_factors (int n) |
| factor | all_factors (int n) |
| factor all_factors | ( | int | n | ) |
Definition at line 53 of file factors.c.
References factor::count, factor::fac, n, and prime_factors().
| factor prime_factors | ( | int | n | ) |
Definition at line 11 of file factors.c.
References factor::count, factor::fac, and n.
Referenced by all_factors(), and generate_lattice_union_row().