We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093c6a3 commit 209edecCopy full SHA for 209edec
mathematica/builtins.py
@@ -7645,7 +7645,6 @@
7645
u'∮', # \[ContourIntegral]
7646
u'∳', # \[CounterClockwiseContourIntegral]
7647
u'∯', # \[DoubleContourIntegral]
7648
- u'°', # \[Degree]
7649
u'∇', # \[Del]
7650
u'÷', # \[Divide]
7651
u'≐', # \[DotEqual]
@@ -7854,7 +7853,8 @@
7854
7853
7855
UNICODE_SYSTEM_SYMBOLS = {
7856
u'π',
7857
-}
+ u'°', # \[Degree]
+ }
7858
7859
UNICODE_SYSTEM_UNDEFINED_SYMBOLS = {
7860
u'ℵ', # \[Aleph]
0 commit comments