efficient simplicial numbers in miscfunc

This commit is contained in:
2024-04-02 17:54:43 +02:00
parent 8fa7194f2d
commit 2194a785da
3 changed files with 61 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ extern double zeta(double x);
extern double gamma(double x);
extern double gammln(double x);
extern double bernoulli_number(int n);
extern unsigned long long simplicial(int d, int n); //simplicial numbers in a precomputed efficient way