Aliquot Sequence Research  2.0
Compute properties of the sum-of-proper-divisors function.
Data Fields
factors Struct Reference

Holds a prime factorization. More...

#include <factor.h>

Data Fields

mpz_t * p
 
uint64_t * e
 
size_t nfactors
 

Detailed Description

Holds a prime factorization.

Field Documentation

◆ e

factors::e

The exponent of each respective prime factor

◆ nfactors

factors::nfactors

Size of the factor lists

◆ p

factors::p

List of input's prime factors


The documentation for this struct was generated from the following file: