Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polylogarithm #6

Closed
MartinMikkelsen opened this issue Oct 5, 2023 · 2 comments
Closed

Polylogarithm #6

MartinMikkelsen opened this issue Oct 5, 2023 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@MartinMikkelsen
Copy link
Owner

MartinMikkelsen commented Oct 5, 2023

Implement the polylogarithm (maybe just the dilogarithm at first). Perhaps using the following integral representation

$$\text{Li}_s(z)= \frac{z}{\Gamma(s)} \int_0^1 \frac{|\log(y)^{s-1}|}{1-yz} \, \text{d}y$$

Consider branch at $z=1$.

Numerical implementation
Polylogarithm

@MartinMikkelsen MartinMikkelsen added enhancement New feature or request good first issue Good for newcomers labels Oct 5, 2023
@longemen3000
Copy link

for polylogarithms, there is https://github.com/Expander/PolyLog.jl

@MartinMikkelsen
Copy link
Owner Author

Ahh thanks @longemen3000, didn't know about that one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants