From fdd83db65aa4d40fc688fb6cc1667d6f2c92461f Mon Sep 17 00:00:00 2001 From: Sergey Pashinin Date: Thu, 26 Jan 2017 23:04:18 +0300 Subject: [PATCH] fix #509: added some international operators (#647) * fix #509: added some international operators * trailing comma --- src/functions.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/functions.js b/src/functions.js index 95265d3..0f52e94 100644 --- 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) {