File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed
src/sage/rings/number_field Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -3449,29 +3449,6 @@ def dirichlet_group(self):
3449
3449
H .append (chi )
3450
3450
return H
3451
3451
3452
- def latex_variable_name (self , name = None ):
3453
- """
3454
- Return the latex representation of the variable name for this
3455
- number field.
3456
-
3457
- EXAMPLES::
3458
-
3459
- sage: x = polygen(QQ, 'x')
3460
- sage: NumberField(x^2 + 3, 'a').latex_variable_name()
3461
- doctest:...: DeprecationWarning: This method is replaced by ...
3462
- See https://github.com/sagemath/sage/issues/30372 for details.
3463
- 'a'
3464
- sage: NumberField(x^3 + 3, 'theta3').latex_variable_name()
3465
- '\\ theta_{3}'
3466
- sage: CyclotomicField(5).latex_variable_name()
3467
- '\\ zeta_{5}'
3468
- """
3469
- deprecation (30372 , 'This method is replaced by the method latex_variable_names' )
3470
- if name is None :
3471
- return self ._latex_names [0 ]
3472
- else :
3473
- self ._latex_names = (name ,)
3474
-
3475
3452
def _repr_ (self ):
3476
3453
"""
3477
3454
Return string representation of this number field.
You can’t perform that action at this time.
0 commit comments