Commit 5640d1f8 authored by GoshaZotov's avatar GoshaZotov

+ previous revision

parent 81724b9e
...@@ -2077,6 +2077,7 @@ ...@@ -2077,6 +2077,7 @@
cIMCOSH.prototype.constructor = cIMCOSH; cIMCOSH.prototype.constructor = cIMCOSH;
cIMCOSH.prototype.argumentsMin = 1; cIMCOSH.prototype.argumentsMin = 1;
cIMCOSH.prototype.argumentsMax = 1; cIMCOSH.prototype.argumentsMax = 1;
cIMCOSH.prototype.isXLFN = true;
cIMCOSH.prototype.Calculate = function (arg) { cIMCOSH.prototype.Calculate = function (arg) {
var arg0 = arg[0]; 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