-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
39 changed files
with
49,595 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
[ | ||
{"category": "Algebra", | ||
"mappings": { | ||
"default": { | ||
"default": "degree" | ||
} | ||
}, | ||
"key": "deg", | ||
"names": ["deg"] | ||
}, | ||
{"category": "Algebra", | ||
"mappings": { | ||
"default": { | ||
"default": "determinant", | ||
"short": "det" | ||
} | ||
}, | ||
"key": "det", | ||
"names": ["det"] | ||
}, | ||
{"category": "Algebra", | ||
"mappings": { | ||
"default": { | ||
"default": "dimension" | ||
} | ||
}, | ||
"key": "dim", | ||
"names": ["dim"] | ||
}, | ||
{"category": "Algebra", | ||
"mappings": { | ||
"default": { | ||
"default": "homomorphism", | ||
"short": "hom" | ||
} | ||
}, | ||
"key": "hom", | ||
"names": ["hom", "Hom"] | ||
}, | ||
{"category": "Algebra", | ||
"mappings": { | ||
"default": { | ||
"default": "kernel" | ||
} | ||
}, | ||
"key": "ker", | ||
"names": ["ker"] | ||
}, | ||
{"category": "Algebra", | ||
"mappings": { | ||
"default": { | ||
"default": "trace" | ||
} | ||
}, | ||
"key": "Tr", | ||
"names": ["Tr", "tr"] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,224 @@ | ||
[ | ||
{"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"] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,109 @@ | ||
[ | ||
{"category": "Hyperbolic", | ||
"mappings": { | ||
"default": { | ||
"default": "hyperbolic cosine function", | ||
"short": "hyperbolic cosine" | ||
} | ||
}, | ||
"key": "cosh", | ||
"names": ["cosh"] | ||
}, | ||
{"category": "Hyperbolic", | ||
"mappings": { | ||
"default": { | ||
"default": "hyperbolic cotangent function", | ||
"short": "hyperbolic cotangent"} }, | ||
"key": "coth", | ||
"names": ["coth"] | ||
}, | ||
{"category": "Hyperbolic", | ||
"mappings": { | ||
"default": { | ||
"default": "hyperbolic cosecant function", | ||
"short": "hyperbolic cosecant"} }, | ||
"key": "csch", | ||
"names": ["csch"] | ||
}, | ||
{"category": "Hyperbolic", | ||
"mappings": { | ||
"default": { | ||
"default": "hyperbolic secant function", | ||
"short": "hyperbolic secant"} }, | ||
"key": "sech", | ||
"names": ["sech"] | ||
}, | ||
{"category": "Hyperbolic", | ||
"mappings": { | ||
"default": { | ||
"default": "hyperbolic sine function", | ||
"short": "hyperbolic sine" | ||
} | ||
}, | ||
"key": "sinh", | ||
"names": ["sinh"] | ||
}, | ||
{"category": "Hyperbolic", | ||
"mappings": { | ||
"default": { | ||
"default": "hyperbolic tangent function", | ||
"short": "hyperbolic tangent"} }, | ||
"key": "tanh", | ||
"names": ["tanh"] | ||
}, | ||
|
||
{"category": "Area", | ||
"mappings": { | ||
"default": { | ||
"default": "inverse hyperbolic cosine function", | ||
"alternative": "area hyperbolic cosine function", | ||
"short": "area hyperbolic cosine"} }, | ||
"key": "arcosh", | ||
"names": ["arcosh", "arccosh"] | ||
}, | ||
{"category": "Area", | ||
"mappings": { | ||
"default": { | ||
"default": "inverse hyperbolic cotangent function", | ||
"alternative": "area hyperbolic cotangent function", | ||
"short": "area hyperbolic cotangent"} }, | ||
"key": "arcoth", | ||
"names": ["arcoth", "arccoth"] | ||
}, | ||
{"category": "Area", | ||
"mappings": { | ||
"default": { | ||
"default": "inverse hyperbolic cosecant function", | ||
"alternative": "area hyperbolic cosecant function", | ||
"short": "area hyperbolic cosecant"} }, | ||
"key": "arcsch", | ||
"names": ["arcsch", "arccsch"] | ||
}, | ||
{"category": "Area", | ||
"mappings": { | ||
"default": { | ||
"default": "inverse hyperbolic secant function", | ||
"alternative": "area hyperbolic secant function", | ||
"short": "area hyperbolic secant"} }, | ||
"key": "arsech", | ||
"names": ["arsech", "arcsech"] | ||
}, | ||
{"category": "Area", | ||
"mappings": { | ||
"default": { | ||
"default": "inverse hyperbolic sine function", | ||
"alternative": "area hyperbolic sine function", | ||
"short": "area hyperbolic sine"} }, | ||
"key": "arsinh", | ||
"names": ["arsinh", "arcsinh"] | ||
}, | ||
{"category": "Area", | ||
"mappings": { | ||
"default": { | ||
"default": "inverse hyperbolic tangent function", | ||
"alternative": "area hyperbolic tangent function", | ||
"short": "area hyperbolic tangent"} }, | ||
"key": "artanh", | ||
"names": ["artanh", "arctanh"] | ||
} | ||
] |
Oops, something went wrong.