The following
limit(( %e^(-sqrt(2*s-1)*atan(y))) , s, inf);
gives an error
The value #:|cos(0)3749| is not of type LIST.
Automatically continuing.
To enable the Lisp debugger set *debugger-hook* to nil.
wxMaxima version: 17.05.0
Maxima version: 5.38.1
Maxima build date: 2016-06-12 17:13:34
Host type: i686-pc-mingw32
System type: Win32 6.1.7601 (Service Pack 1) X86-64
Lisp implementation type: SBCL
Lisp implementation version: 1.3.4
Last edit: Raymond Rogers 2017-11-02
Diff:
added some tildes to fix the formatting
Bizarre that the atan(y) term messes things up. If you leave it off, limit returns 0. Replacing atan(y) with just y allows limit to succeed.
Last edit: Raymond Toy 2017-11-17