elementary.js 3.9 KB

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