Skip to content

Commit

Permalink
Added sample files
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Skokov committed Sep 26, 2019
1 parent 6926b5a commit 940cf59
Show file tree
Hide file tree
Showing 3 changed files with 4,001 additions and 1 deletion.
2 changes: 1 addition & 1 deletion FP_expansion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#include "FP.hpp"

const int L_max=50; // there are some limitation on L_max
const int L_max=10; // there are some limitation on L_max
//these limitation are due to GSL's factorial
//N! is only defined in GSL for N<=170
//thus L_max < 85
Expand Down
Loading

0 comments on commit 940cf59

Please sign in to comment.