How to check that field is Number Field
Suppose I have field FF:
sage: FF
Number Field in z with defining polynomial t^2+1
How to programmatically check that this field is Number Field? Something like FF.is_number_field()...
add a comment