Aliquot Sequence Research
2.0
Compute properties of the sum-of-proper-divisors function.
|
#include <stdint.h>
#include <stdlib.h>
#include "gmp.h"
Go to the source code of this file.
Data Structures | |
struct | factors |
Holds a prime factorization. More... | |
Functions | |
uint64_t | factor_sigma (uint64_t n) |
uint64_t | factor_s (uint64_t n) |
void | factor (mpz_t, struct factors *) |
void | factor_clear (struct factors *factors) |