def latex(self, prec=15, nested_scope=None): """Return the corresponding math mode latex string.""" return latex(self.value)