commit fdd83db65aa4d40fc688fb6cc1667d6f2c92461f
parent 742e512172288d1b550e8ad2d9a872cf6a836085
Author: Sergey Pashinin <sergey@pashinin.com>
Date: Thu, 26 Jan 2017 23:04:18 +0300
fix #509: added some international operators (#647)
* fix #509: added some international operators
* trailing comma
Diffstat:
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/functions.js b/src/functions.js
@@ -376,10 +376,11 @@ defineFunction([
// No limits, not symbols
defineFunction([
- "\\arcsin", "\\arccos", "\\arctan", "\\arg", "\\cos", "\\cosh",
- "\\cot", "\\coth", "\\csc", "\\deg", "\\dim", "\\exp", "\\hom",
- "\\ker", "\\lg", "\\ln", "\\log", "\\sec", "\\sin", "\\sinh",
- "\\tan", "\\tanh",
+ "\\arcsin", "\\arccos", "\\arctan", "\\arctg", "\\arcctg",
+ "\\arg", "\\ch", "\\cos", "\\cosec", "\\cosh", "\\cot", "\\cotg",
+ "\\coth", "\\csc", "\\ctg", "\\cth", "\\deg", "\\dim", "\\exp",
+ "\\hom", "\\ker", "\\lg", "\\ln", "\\log", "\\sec", "\\sin",
+ "\\sinh", "\\sh", "\\tan", "\\tanh", "\\tg", "\\th",
], {
numArgs: 0,
}, function(context) {