Skip to content

Commit

Permalink
Bugfix: coefficient in complex dilogarithm
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Jul 14, 2017
1 parent bf66501 commit f3f3850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dilog.cpp
Expand Up @@ -119,7 +119,7 @@ std::complex<double> dilog(const std::complex<double>& z) {
+ 1./36.,
- 1./36.e2,
+ 1./21168.e1,
- 1./108864.e2
- 1./108864.e2,
+ 1./52690176.e1,
- 4.0647616451442255268059093862919666745470571274397078e-11,
+ 8.9216910204564525552179873167527488515142836130490451e-13,
Expand Down

0 comments on commit f3f3850

Please sign in to comment.