elementary.json revision cedac228d2dd51db4b79ea1e72c7f249408ee061
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   },
21   "key": "ln",
22   "names": ["ln"]
23  },
24  {"category": "Elementary",
25   "mappings": {
26     "default": {
27       "default": "logarithm base 10",
28       "short": "log base 10"} },
29   "key": "lg",
30   "names": ["lg"]},
31  {"category": "Elementary",
32   "mappings": {
33     "default": {
34       "default": "exponential",
35       "alternative": "exponential function",
36       "short": "exp"
37     }
38   },
39   "key": "exp",
40   "names": ["exp", "expt"]
41  },
42
43  {"category": "Elementary",
44   "mappings": {
45     "default": {
46       "default": "greatest common divisor",
47       "short": "gcd"
48     }
49   },
50   "key": "gcd",
51   "names": ["gcd"]
52  },
53  {"category": "Elementary",
54   "mappings": {
55     "default": {
56       "default": "least common multiple",
57       "short": "lcm"
58     }
59   },
60   "key": "lcm",
61   "names": ["lcm"]
62  },
63
64  {"category": "Complex",
65   "mappings": {
66     "default": {
67       "default": "argument",
68       "short": "arg"
69     }
70   },
71   "key": "arg",
72   "names": ["arg"]
73  },
74  {"category": "Complex",
75   "mappings": {
76     "default": {
77       "default": "imaginary part",
78       "short": "imaginary"
79     }
80   },
81   "key": "im",
82   "names": ["im"]
83  },
84  {"category": "Complex",
85   "mappings": {
86     "default": {
87       "default": "real part",
88       "short": "real"
89     }
90   },
91   "key": "re",
92   "names": ["re"]
93  },
94
95  {"category": "Limits",
96   "mappings": {
97     "default": {
98       "default": "infimum",
99       "short": "inf"
100     }
101   },
102   "key": "inf",
103   "names": ["inf"]
104  },
105  {"category": "Limits",
106   "mappings": {
107     "default": {
108       "default": "limit",
109       "short": "lim"
110     }
111   },
112   "key": "lim",
113   "names": ["lim"]
114  },
115  {"category": "Limits",
116   "mappings": {
117     "default": {
118       "default": "infimum default",
119       "alternative": "inferior limit",
120       "short": "liminf"
121     }
122   },
123   "key": "liminf",
124   "names": ["lim inf"]
125  },
126  {"category": "Limits",
127   "mappings": {
128     "default": {
129       "default": "supremum limit",
130       "alternative": "superior limit",
131       "short": "limsup"
132     }
133   },
134   "key": "limsup",
135   "names": ["lim sup"]
136  },
137  {"category": "Limits",
138   "mappings": {
139     "default": {
140       "default": "maximum",
141       "short": "max"
142     }
143   },
144   "key": "max",
145   "names": ["max"]
146  },
147  {"category": "Limits",
148   "mappings": {
149     "default": {
150       "default": "minimum",
151       "short": "min"
152     }
153   },
154   "key": "min",
155   "names": ["min"]
156  },
157  {"category": "Limits",
158   "mappings": {
159     "default": {
160       "default": "supremum",
161       "short": "sup"
162     }
163   },
164   "key": "sup",
165   "names": ["sup"]
166  },
167  {"category": "Limits",
168   "mappings": {
169     "default": {
170       "default": "injective limit",
171       "alternative": "direct limit",
172       "short": "colimit"
173     }
174   },
175   "key": "injlim",
176   "names": ["injlim", "inj lim"]
177  },
178  {"category": "Limits",
179   "mappings": {
180     "default": {
181       "default": "projective limit",
182       "alternative": "inverse limit",
183       "short": "limit"
184     }
185   },
186   "key": "projlim",
187   "names": ["projlim", "proj lim"]
188  },
189
190
191  {"category": "Elementary",
192   "mappings": {
193     "default": {
194       "default": "modulo",
195       "short": "mod"
196     }
197   },
198   "key": "mod",
199   "names": ["mod"]
200  },
201
202  {"category": "Probability",
203   "mappings": {
204     "default": {
205       "default": "probability"
206     }
207   },
208   "key": "Pr",
209   "names": ["Pr"]
210  }
211]
212