123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224 |
- [
- {"category": "Elementary",
- "mappings": {
- "default": {
- "default": "logarithm",
- "alternative": "logarithm function",
- "short": "log"
- }
- },
- "key": "log",
- "names": ["log"]
- },
- {"category": "Elementary",
- "mappings": {
- "default": {
- "default": "natural logarithm",
- "alternative": "natural logarithm function",
- "short": "natural log"
- },
- "mathspeak": {
- "default": "ln"
- }
- },
- "key": "ln",
- "names": ["ln"]
- },
- {"category": "Elementary",
- "mappings": {
- "default": {
- "default": "logarithm base 10",
- "short": "log base 10"} },
- "key": "lg",
- "names": ["lg"]},
- {"category": "Elementary",
- "mappings": {
- "default": {
- "default": "exponential",
- "alternative": "exponential function",
- "short": "exp"
- }
- },
- "key": "exp",
- "names": ["exp", "expt"]
- },
- {"category": "Elementary",
- "mappings": {
- "default": {
- "default": "greatest common divisor",
- "short": "gcd"
- }
- },
- "key": "gcd",
- "names": ["gcd"]
- },
- {"category": "Elementary",
- "mappings": {
- "default": {
- "default": "least common multiple",
- "short": "lcm"
- }
- },
- "key": "lcm",
- "names": ["lcm"]
- },
- {"category": "Complex",
- "mappings": {
- "default": {
- "default": "argument",
- "short": "arg"
- }
- },
- "key": "arg",
- "names": ["arg"]
- },
- {"category": "Complex",
- "mappings": {
- "default": {
- "default": "imaginary part",
- "short": "imaginary"
- },
- "mathspeak": {
- "default": "im"
- }
- },
- "key": "im",
- "names": ["im"]
- },
- {"category": "Complex",
- "mappings": {
- "default": {
- "default": "real part",
- "short": "real"
- },
- "mathspeak": {
- "default": "re"
- }
- },
- "key": "re",
- "names": ["re"]
- },
- {"category": "Limits",
- "mappings": {
- "default": {
- "default": "infimum",
- "short": "inf"
- }
- },
- "key": "inf",
- "names": ["inf"]
- },
- {"category": "Limits",
- "mappings": {
- "default": {
- "default": "limit",
- "short": "lim"
- },
- "mathspeak": {
- "default": "limit"
- }
- },
- "key": "lim",
- "names": ["lim"]
- },
- {"category": "Limits",
- "mappings": {
- "default": {
- "default": "infimum default",
- "alternative": "inferior limit",
- "short": "liminf"
- }
- },
- "key": "liminf",
- "names": ["lim inf"]
- },
- {"category": "Limits",
- "mappings": {
- "default": {
- "default": "supremum limit",
- "alternative": "superior limit",
- "short": "limsup"
- }
- },
- "key": "limsup",
- "names": ["lim sup"]
- },
- {"category": "Limits",
- "mappings": {
- "default": {
- "default": "maximum",
- "short": "max"
- }
- },
- "key": "max",
- "names": ["max"]
- },
- {"category": "Limits",
- "mappings": {
- "default": {
- "default": "minimum",
- "short": "min"
- }
- },
- "key": "min",
- "names": ["min"]
- },
- {"category": "Limits",
- "mappings": {
- "default": {
- "default": "supremum",
- "short": "sup"
- }
- },
- "key": "sup",
- "names": ["sup"]
- },
- {"category": "Limits",
- "mappings": {
- "default": {
- "default": "injective limit",
- "alternative": "direct limit",
- "short": "colimit"
- }
- },
- "key": "injlim",
- "names": ["injlim", "inj lim"]
- },
- {"category": "Limits",
- "mappings": {
- "default": {
- "default": "projective limit",
- "alternative": "inverse limit",
- "short": "limit"
- }
- },
- "key": "projlim",
- "names": ["projlim", "proj lim"]
- },
- {"category": "Elementary",
- "mappings": {
- "default": {
- "default": "modulo",
- "short": "mod"
- }
- },
- "key": "mod",
- "names": ["mod"]
- },
- {"category": "Probability",
- "mappings": {
- "default": {
- "default": "probability"
- }
- },
- "key": "Pr",
- "names": ["Pr"]
- }
- ]
|