From: SourceForge.net <no...@so...> - 2010-09-12 11:02:45
|
Bugs item #3064709, was opened at 2010-09-12 06:02 Message generated for change (Tracker Item Submitted) made by willisbl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104933&aid=3064709&group_id=4933 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Lisp Core - Trigonometry Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Barton Willis (willisbl) Assigned to: Nobody/Anonymous (nobody) Summary: domain error for tan Initial Comment: No domain error for tangent: (%i4) tan(%pi/2), %piargs : true; (%o4) tan(%pi/2) Domain error for cotangent: (%i6) cot(0), %piargs : true; The number 0 isn't in the domain of cot -- an error. To debug this try: debugmode(true); (%i7) cot(0), %piargs : false; (%o7) cot(0) Also try integrate(cos(x)^2 / (1 + sin(x)^2)^3,x,0,%pi/2), %piargs : false; ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104933&aid=3064709&group_id=4933 |