| Number Theory Utils 0.2.0
    | 
Wrapper to hold values of some multiplicative function. More...
#include <dirichlet.h>
| Data Fields | |
| int64_t | x | 
| int64_t | y | 
| int64_t | yinv | 
| int64_t * | buf | 
Wrapper to hold values of some multiplicative function.
Stores all values f(n) for n up to (and including) y, then stores values f(x/n) for n less than x/y
Definition at line 96 of file dirichlet.h.
| int64_t nut_Diri::x | 
Definition at line 97 of file dirichlet.h.
| int64_t nut_Diri::y | 
Definition at line 98 of file dirichlet.h.
| int64_t nut_Diri::yinv | 
Definition at line 98 of file dirichlet.h.
| int64_t* nut_Diri::buf | 
Definition at line 99 of file dirichlet.h.