Hello everyone,
I have encountered some inconsistencies in the code involving rings. Some
implementations use
R.is_field()
To check whether a ring R is a ring whereas other implementations prefer
R in Fields()
I propose to unify this behavior. A first approach and discussion can be
found h
Hello everyone,
I have encountered some inconsistencies in the code involving rings. Some
implementations use
R.is_field()
To check whether a ring R is a ring whereas other implementations prefer
R in Fields()
I propose to unify this behavior. A first approach and discussion can be
found he