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)
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)
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)
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)