mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-07 20:15:24 +00:00
10 lines
198 B
Python
10 lines
198 B
Python
# 16.05.24
|
|
|
|
additional_math_mapping = {
|
|
'∛': 'cube root',
|
|
'∜': 'fourth root',
|
|
'⊛': 'circled times',
|
|
'⊚': 'circled dot',
|
|
'⊡': 'circled times',
|
|
'⊙': 'circled dot'
|
|
} |