Menu

#167 limit(atan2(y,x),y,minf) => -FALSE

closed
nobody
5
2006-11-09
2002-10-22
No

limit(atan2(y,x),y,minf) => -FALSE

The fix is in the very last clause of SIMPLIMIT.

Currently, it is

(if $limsubst
<stuff>)

It should be

(if $limsubst
<stuff>
(nounlimit exp var val))

Discussion

  • Stavros Macrakis

    Logged In: YES
    user_id=588346

    Same problem, same solution for limit(BETA((a+1)/b,(b-a-
    1)/b)/b,a,b-1);

     
  • Robert Dodier

    Robert Dodier - 2006-04-09
    • labels: --> Lisp Core - Limit
     
  • Raymond Toy

    Raymond Toy - 2006-11-09
    • status: open --> closed
     
  • Raymond Toy

    Raymond Toy - 2006-11-09

    Logged In: YES
    user_id=28849

    Fixed as suggested.

    Closing.

     

Log in to post a comment.