Thank you. As it turns out, complex exponentiation (^ : % -> %) with a 
Complex(DoubleFloat) exponent is also broken:

Good:
(7) -> (-1.0 :: Complex(Float))^(0.5)

   (7)  0.2022266248_7959507324 E -20 + %i
                                                         Type: 
Complex(Float)

Broken:
(6) -> (-1.0 :: Complex(DoubleFloat))^(0.5)

   (6)  6.123233995736766e-17 - %i
                                                   Type: 
Complex(DoubleFloat)


>

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/fd4e2729-162e-4dc1-9ce8-fa6d32581493n%40googlegroups.com.

Reply via email to