예제 #1
0
 def base_field_label(self, pretty=True, check=False):
     r"""
       Returns the LMFDB label of the base field.
     """
     F = self.base_ring
     return field_label(F, pretty, check)
예제 #2
0
 def base_field_label(self, pretty = True, check=False):
     r"""
       Returns the LMFDB label of the base field.
     """
     F = self.base_ring
     return field_label(F, pretty, check)
예제 #3
0
 def coefficient_field_label(self, pretty=True, check=False):
     r"""
       Returns the LMFDB label of the (absolute) coefficient field (if it exists).
     """
     F = self.coefficient_field
     return field_label(F, pretty, check)
예제 #4
0
 def coefficient_field_label(self, pretty = True, check=False):
     r"""
       Returns the LMFDB label of the (absolute) coefficient field (if it exists).
     """
     F = self.coefficient_field
     return field_label(F, pretty, check)