Commit ca5483d3 authored by GoshaZotov's avatar GoshaZotov

rename function

parent c7d17e18
...@@ -939,7 +939,7 @@ ...@@ -939,7 +939,7 @@
return this.value = argError; return this.value = argError;
} }
function floorHelper(argArray) { function combinaCalculate(argArray) {
var a = argArray[0]; var a = argArray[0];
var b = argArray[1]; var b = argArray[1];
...@@ -952,7 +952,7 @@ ...@@ -952,7 +952,7 @@
return new cNumber(Math.binomCoeff(a + b - 1, b)); return new cNumber(Math.binomCoeff(a + b - 1, b));
} }
return this.value = this._findArrayInNumberArguments(argClone, floorHelper); return this.value = this._findArrayInNumberArguments(argClone, combinaCalculate);
}; };
cCOMBINA.prototype.getInfo = function () { cCOMBINA.prototype.getInfo = function () {
return { return {
......
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