Infinite series in Julia

Calculating the sum directly without any series acceleration techniques probably wont be the best thing. In my experience Richardson.jl is the package that is normally recommended for calculating limits numerically. See this this thread for example.

1 Like