Skip to content

Commit 56caf1b

Browse files
committed
Merge branch 'patch-a11y'
2 parents 59c26d1 + bfd5b11 commit 56caf1b

39 files changed

+49595
-0
lines changed
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
[
2+
{"category": "Algebra",
3+
"mappings": {
4+
"default": {
5+
"default": "degree"
6+
}
7+
},
8+
"key": "deg",
9+
"names": ["deg"]
10+
},
11+
{"category": "Algebra",
12+
"mappings": {
13+
"default": {
14+
"default": "determinant",
15+
"short": "det"
16+
}
17+
},
18+
"key": "det",
19+
"names": ["det"]
20+
},
21+
{"category": "Algebra",
22+
"mappings": {
23+
"default": {
24+
"default": "dimension"
25+
}
26+
},
27+
"key": "dim",
28+
"names": ["dim"]
29+
},
30+
{"category": "Algebra",
31+
"mappings": {
32+
"default": {
33+
"default": "homomorphism",
34+
"short": "hom"
35+
}
36+
},
37+
"key": "hom",
38+
"names": ["hom", "Hom"]
39+
},
40+
{"category": "Algebra",
41+
"mappings": {
42+
"default": {
43+
"default": "kernel"
44+
}
45+
},
46+
"key": "ker",
47+
"names": ["ker"]
48+
},
49+
{"category": "Algebra",
50+
"mappings": {
51+
"default": {
52+
"default": "trace"
53+
}
54+
},
55+
"key": "Tr",
56+
"names": ["Tr", "tr"]
57+
}
58+
]
Lines changed: 224 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,224 @@
1+
[
2+
{"category": "Elementary",
3+
"mappings": {
4+
"default": {
5+
"default": "logarithm",
6+
"alternative": "logarithm function",
7+
"short": "log"
8+
}
9+
},
10+
"key": "log",
11+
"names": ["log"]
12+
},
13+
{"category": "Elementary",
14+
"mappings": {
15+
"default": {
16+
"default": "natural logarithm",
17+
"alternative": "natural logarithm function",
18+
"short": "natural log"
19+
},
20+
"mathspeak": {
21+
"default": "ln"
22+
}
23+
24+
},
25+
"key": "ln",
26+
"names": ["ln"]
27+
},
28+
{"category": "Elementary",
29+
"mappings": {
30+
"default": {
31+
"default": "logarithm base 10",
32+
"short": "log base 10"} },
33+
"key": "lg",
34+
"names": ["lg"]},
35+
{"category": "Elementary",
36+
"mappings": {
37+
"default": {
38+
"default": "exponential",
39+
"alternative": "exponential function",
40+
"short": "exp"
41+
}
42+
},
43+
"key": "exp",
44+
"names": ["exp", "expt"]
45+
},
46+
47+
{"category": "Elementary",
48+
"mappings": {
49+
"default": {
50+
"default": "greatest common divisor",
51+
"short": "gcd"
52+
}
53+
},
54+
"key": "gcd",
55+
"names": ["gcd"]
56+
},
57+
{"category": "Elementary",
58+
"mappings": {
59+
"default": {
60+
"default": "least common multiple",
61+
"short": "lcm"
62+
}
63+
},
64+
"key": "lcm",
65+
"names": ["lcm"]
66+
},
67+
68+
{"category": "Complex",
69+
"mappings": {
70+
"default": {
71+
"default": "argument",
72+
"short": "arg"
73+
}
74+
},
75+
"key": "arg",
76+
"names": ["arg"]
77+
},
78+
{"category": "Complex",
79+
"mappings": {
80+
"default": {
81+
"default": "imaginary part",
82+
"short": "imaginary"
83+
},
84+
"mathspeak": {
85+
"default": "im"
86+
}
87+
},
88+
"key": "im",
89+
"names": ["im"]
90+
},
91+
{"category": "Complex",
92+
"mappings": {
93+
"default": {
94+
"default": "real part",
95+
"short": "real"
96+
},
97+
"mathspeak": {
98+
"default": "re"
99+
}
100+
},
101+
"key": "re",
102+
"names": ["re"]
103+
},
104+
105+
{"category": "Limits",
106+
"mappings": {
107+
"default": {
108+
"default": "infimum",
109+
"short": "inf"
110+
}
111+
},
112+
"key": "inf",
113+
"names": ["inf"]
114+
},
115+
{"category": "Limits",
116+
"mappings": {
117+
"default": {
118+
"default": "limit",
119+
"short": "lim"
120+
},
121+
"mathspeak": {
122+
"default": "limit"
123+
}
124+
},
125+
"key": "lim",
126+
"names": ["lim"]
127+
},
128+
{"category": "Limits",
129+
"mappings": {
130+
"default": {
131+
"default": "infimum default",
132+
"alternative": "inferior limit",
133+
"short": "liminf"
134+
}
135+
},
136+
"key": "liminf",
137+
"names": ["lim inf"]
138+
},
139+
{"category": "Limits",
140+
"mappings": {
141+
"default": {
142+
"default": "supremum limit",
143+
"alternative": "superior limit",
144+
"short": "limsup"
145+
}
146+
},
147+
"key": "limsup",
148+
"names": ["lim sup"]
149+
},
150+
{"category": "Limits",
151+
"mappings": {
152+
"default": {
153+
"default": "maximum",
154+
"short": "max"
155+
}
156+
},
157+
"key": "max",
158+
"names": ["max"]
159+
},
160+
{"category": "Limits",
161+
"mappings": {
162+
"default": {
163+
"default": "minimum",
164+
"short": "min"
165+
}
166+
},
167+
"key": "min",
168+
"names": ["min"]
169+
},
170+
{"category": "Limits",
171+
"mappings": {
172+
"default": {
173+
"default": "supremum",
174+
"short": "sup"
175+
}
176+
},
177+
"key": "sup",
178+
"names": ["sup"]
179+
},
180+
{"category": "Limits",
181+
"mappings": {
182+
"default": {
183+
"default": "injective limit",
184+
"alternative": "direct limit",
185+
"short": "colimit"
186+
}
187+
},
188+
"key": "injlim",
189+
"names": ["injlim", "inj lim"]
190+
},
191+
{"category": "Limits",
192+
"mappings": {
193+
"default": {
194+
"default": "projective limit",
195+
"alternative": "inverse limit",
196+
"short": "limit"
197+
}
198+
},
199+
"key": "projlim",
200+
"names": ["projlim", "proj lim"]
201+
},
202+
203+
204+
{"category": "Elementary",
205+
"mappings": {
206+
"default": {
207+
"default": "modulo",
208+
"short": "mod"
209+
}
210+
},
211+
"key": "mod",
212+
"names": ["mod"]
213+
},
214+
215+
{"category": "Probability",
216+
"mappings": {
217+
"default": {
218+
"default": "probability"
219+
}
220+
},
221+
"key": "Pr",
222+
"names": ["Pr"]
223+
}
224+
]
Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
[
2+
{"category": "Hyperbolic",
3+
"mappings": {
4+
"default": {
5+
"default": "hyperbolic cosine function",
6+
"short": "hyperbolic cosine"
7+
}
8+
},
9+
"key": "cosh",
10+
"names": ["cosh"]
11+
},
12+
{"category": "Hyperbolic",
13+
"mappings": {
14+
"default": {
15+
"default": "hyperbolic cotangent function",
16+
"short": "hyperbolic cotangent"} },
17+
"key": "coth",
18+
"names": ["coth"]
19+
},
20+
{"category": "Hyperbolic",
21+
"mappings": {
22+
"default": {
23+
"default": "hyperbolic cosecant function",
24+
"short": "hyperbolic cosecant"} },
25+
"key": "csch",
26+
"names": ["csch"]
27+
},
28+
{"category": "Hyperbolic",
29+
"mappings": {
30+
"default": {
31+
"default": "hyperbolic secant function",
32+
"short": "hyperbolic secant"} },
33+
"key": "sech",
34+
"names": ["sech"]
35+
},
36+
{"category": "Hyperbolic",
37+
"mappings": {
38+
"default": {
39+
"default": "hyperbolic sine function",
40+
"short": "hyperbolic sine"
41+
}
42+
},
43+
"key": "sinh",
44+
"names": ["sinh"]
45+
},
46+
{"category": "Hyperbolic",
47+
"mappings": {
48+
"default": {
49+
"default": "hyperbolic tangent function",
50+
"short": "hyperbolic tangent"} },
51+
"key": "tanh",
52+
"names": ["tanh"]
53+
},
54+
55+
{"category": "Area",
56+
"mappings": {
57+
"default": {
58+
"default": "inverse hyperbolic cosine function",
59+
"alternative": "area hyperbolic cosine function",
60+
"short": "area hyperbolic cosine"} },
61+
"key": "arcosh",
62+
"names": ["arcosh", "arccosh"]
63+
},
64+
{"category": "Area",
65+
"mappings": {
66+
"default": {
67+
"default": "inverse hyperbolic cotangent function",
68+
"alternative": "area hyperbolic cotangent function",
69+
"short": "area hyperbolic cotangent"} },
70+
"key": "arcoth",
71+
"names": ["arcoth", "arccoth"]
72+
},
73+
{"category": "Area",
74+
"mappings": {
75+
"default": {
76+
"default": "inverse hyperbolic cosecant function",
77+
"alternative": "area hyperbolic cosecant function",
78+
"short": "area hyperbolic cosecant"} },
79+
"key": "arcsch",
80+
"names": ["arcsch", "arccsch"]
81+
},
82+
{"category": "Area",
83+
"mappings": {
84+
"default": {
85+
"default": "inverse hyperbolic secant function",
86+
"alternative": "area hyperbolic secant function",
87+
"short": "area hyperbolic secant"} },
88+
"key": "arsech",
89+
"names": ["arsech", "arcsech"]
90+
},
91+
{"category": "Area",
92+
"mappings": {
93+
"default": {
94+
"default": "inverse hyperbolic sine function",
95+
"alternative": "area hyperbolic sine function",
96+
"short": "area hyperbolic sine"} },
97+
"key": "arsinh",
98+
"names": ["arsinh", "arcsinh"]
99+
},
100+
{"category": "Area",
101+
"mappings": {
102+
"default": {
103+
"default": "inverse hyperbolic tangent function",
104+
"alternative": "area hyperbolic tangent function",
105+
"short": "area hyperbolic tangent"} },
106+
"key": "artanh",
107+
"names": ["artanh", "arctanh"]
108+
}
109+
]

0 commit comments

Comments
 (0)