From: Robert D. <rob...@us...> - 2025-10-12 20:39:59
|
- **Group**: None --> has_test_cases - **Comment**: Yes, the examples here should definitely be included as test cases. I've marked this ticket with the milestone `has_test_cases`. I know that's little-used, but anyway maybe it will help us keep track of this. --- **[bugs:#3917] limit( (sin(x)+1)/sin(x), x, inf); -> 1 and not und ** **Status:** open **Group:** has_test_cases **Labels:** limit **Created:** Sat Jan 15, 2022 07:38 PM UTC by Alex Stefanov **Last Updated:** Wed Dec 28, 2022 02:08 PM UTC **Owner:** nobody ~~~ ~ $ maxima-sage ;;; Loading #P"/usr/lib/x86_64-linux-gnu/ecl-20.4.24/sb-bsd-sockets.fas" ;;; Loading #P"/usr/lib/x86_64-linux-gnu/ecl-20.4.24/sockets.fas" Maxima 5.44.0 http://maxima.sourceforge.net using Lisp ECL 20.4.24 Distributed under the GNU Public License. See the file COPYING. Dedicated to the memory of William Schelter. The function bug_report() provides bug reporting information. (%i1) limit( (sin(x)+1)/sin(x), x, inf); (%o1) 1 (%i2) ~~~ --- Sent from sourceforge.net because max...@li... is subscribed to https://sourceforge.net/p/maxima/bugs/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/maxima/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |