I'd like to commit the following fix to 

(6) -> asin(1.0+0.0*%i)
 
   >> Error detected within library code:
   catdef: division by zero

due to Francois to trigcat.spad

asin x ==
    one? x => 2*atan 1
    one?(-x) => -2*atan 1
    atan(x/sqrt(1-x^2))


OK?

Martin


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/fricas-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to