axkr / symja_android_library

:coffee: Symja - computer algebra language & symbolic math library. A collection of popular algorithms implemented in pure Java.
https://matheclipse.org/
GNU General Public License v3.0
375 stars 84 forks source link

StackOverflowError occurs when computing expr `(PolyLog(2,E^(I*1/270*Pi^2)))/Pi // N` #929

Open tranleduy2000 opened 5 months ago

tranleduy2000 commented 5 months ago

There is the input:

(PolyLog(2,E^(I*1/270*Pi^2)))/Pi // N
image
axkr commented 5 months ago

Interesting implementation of PolyLog in Java: