Project Euler Solutions
Classes | Typedefs | Functions
c::include::factors Namespace Reference

Classes

struct  factor_counter
 

Typedefs

typedef struct factor_counter factor_counter
 

Functions

uintmax_t advance_factor_counter (factor_counter *fc)
 
factor_counter proper_divisors (uintmax_t target)
 
uintmax_t proper_divisor_count (uintmax_t target)
 

Typedef Documentation

Function Documentation

uintmax_t c::include::factors::advance_factor_counter ( factor_counter fc)
inline

Here is the call graph for this function:

uintmax_t c::include::factors::proper_divisor_count ( uintmax_t  target)
inline

Here is the call graph for this function:

Here is the caller graph for this function:

factor_counter c::include::factors::proper_divisors ( uintmax_t  target)
inline

Here is the call graph for this function: