bugAxiom Computer Algebra System - Bugs: bug #10115, asin(complex(1.0,0.0))

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #10115: asin(complex(1.0,0.0))

Submitter:  None
Submitted:  Mon 23 Aug 2004 06:10:41 PM UTC
   
 
Category:  algebra Severity:  3 - Normal
Item Group:  code bug Status:  None
Privacy:  Public Assigned to:  None
Originator Name:  Originator Email:  -email is unavailable-
Open/Closed:  Open Release: 
Reproducibility:  None Fixed Release: 
Error message: 


>> Error detected within library code:

   catdef: division by zero

Example of code trigerring the bug: 

asin(complex(1.0,0.0))

Internal cause: 

trigcat.spad.pamphlet =>

asin x == atan(x/sqrt(1-x**2))

Thu 31 Mar 2005 05:53:20 PM UTC, comment #1: 

Transferred to page.axiom-developer.org

Anonymous
Mon 23 Aug 2004 06:10:41 PM UTC, original submission:  

asin(1.0) => %pi/2.0
but not for Complex(Float)

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code