Commit 2a8bdc63 authored by GoshaZotov's avatar GoshaZotov

modify cBESSELI function

parent ccbe0f98
......@@ -991,15 +991,13 @@
if ( n < 0 ){
return this.value = new cError( cErrorType.not_numeric );
}
if(x < 0){
x = Math.abs(x);
}
n = Math.floor(n);
this.value = BesselI( x, n );
return this.value;
};
cBESSELI.prototype.getInfo = function () {
return {
name:this.name,
args:"( effect-rate , npery )"
};
};*/
/**
......
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