On Friday, August 30, 2024 at 6:10:58 PM UTC+9 vdelecroix wrote:

Secondly, I am very unhappy as a user with the following 

sage: AA((-1)**(1/3)) 
-1

sage: QQbar((-1)**(1/3)) 
0.500000000000000? + 0.866025403784439?*I


This inconsistency is fixed by the proposal.

Another parent consistent with the proposal

sage: RBF(-1)^(1/3)
nan
sage: RBF((-1)^(1/3))
...
TypeError: unable to convert (-1)^(1/3) to a RealBall

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/0085d8e3-4558-4e1f-bedd-435d47e934dfn%40googlegroups.com.

Reply via email to