stla / EllipticFunctions.jl

Jacobi theta functions and related functions.
https://stla.github.io/EllipticFunctions.jl/dev/
MIT License
16 stars 4 forks source link

Print or return the number of iterations #16

Open stla opened 1 year ago

stla commented 1 year ago

I think the user should be informed of the number of iterations used to evaluate the Jacobi theta functions, because I'm suspicious about the result when this number is large. Maybe printing or even returning this number, I don't know yet.

simonp0420 commented 1 year ago

Consider using the @warn macro documented here