Commit c7d17e18 authored by GoshaZotov's avatar GoshaZotov

add error checking(cCOMBINA function)

parent 063c3d8f
......@@ -934,6 +934,11 @@
argClone[0] = argClone[0].tocNumber();
argClone[1] = argClone[1].tocNumber();
var argError;
if(false !== (argError = this._checkErrorArg(argClone))){
return this.value = argError;
}
function floorHelper(argArray) {
var a = argArray[0];
var b = argArray[1];
......
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