sage: R.<q,t> = QQ[]
sage: F = R.fraction_field()
sage: ~F(-1)
1/(-1)
sage: 1/F(-1)
-1
sage: R.<q> = QQ[]
sage: F = R.fraction_field()
sage: ~F(-1)
-1

-- 
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/b8561a86-1890-4e97-a499-3cf04c26c909n%40googlegroups.com.

Reply via email to