Menu

#4860 simplim%acos: acos(±inf) returns und rather than infinity

None
closed
nobody
limit (187)
5
22 hours ago
2 days ago
No

Spotted by Claude:

limit(acos(x), x, minf);   /* actual: und;  expected: infinity */
limit(acos(x), x, inf);    /* actual: und;  expected: infinity */

Fix: Copy behavior of asin.

Discussion

  • David Scherfgen

    David Scherfgen - 22 hours ago
    • status: open --> closed
     
  • David Scherfgen

    David Scherfgen - 22 hours ago

    Fixed by commit [8c36f9].

     

    Related

    Commit: [8c36f9]


Log in to post a comment.

Monday.com Logo