Commit c2979a1a authored by Alexander.Trofimov's avatar Alexander.Trofimov

add isXLFN flag to IMSINH

parent 69e007b3
......@@ -2973,6 +2973,7 @@
cIMSINH.prototype.constructor = cIMSINH;
cIMSINH.prototype.argumentsMin = 1;
cIMSINH.prototype.argumentsMax = 1;
cIMSINH.prototype.isXLFN = true;
cIMSINH.prototype.Calculate = function (arg) {
var arg0 = arg[0];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment