Menu

#134 CSL limit stalls

None
closed
None
5
2021-05-18
2021-03-22
Avery Laird
No

Hello,

On my machine, a limit like this:

limit((3*e**(xx**99)*xx**7 + sin(xx**37))/sin(xx)**7, xx, 0);

will fail to complete in CSL (up to at least ~5min, I haven't tried longer than that).

The same limit in PSL works fine. Any ideas on what the cause might be? Thanks!

Discussion

  • Arthur Norman

    Arthur Norman - 2021-03-22

    limit((3e(xx99)xx7 + sin(xx37))/sin(xx)**7, xx, 0);
    will fail to complete in CSL (up to at least ~5min, I haven't tried
    longer than that).
    The same limit in PSL works fine. Any ideas on what the cause might be?
    Thanks!

    There seems to be an issue there. The example returns essentially
    instantly for me under PSL so getting stuck under CSL is bad. Will
    investigate!
    Arthur

     
  • Rainer Schöpf

    Rainer Schöpf - 2021-05-18
    • status: open --> closed
    • assigned_to: Arthur Norman
    • Group: -->
     
  • Rainer Schöpf

    Rainer Schöpf - 2021-05-18

    Problem corrected.

     

Log in to post a comment.