return t.fun_MDETERM( to_array( _args[ 0 ] ), to_int( _args[ 1 ] ) );
}
break;
case IRR:
if (2 == c ) {
return t.fun_IRR( to_array( _args[ 0 ] ), to_long( _args[ 1 ] ) );
}
break;
case DB:
if (5 == c ) {
return t.fun_DB( to_long( _args[ 0 ] ), to_long( _args[ 1 ] ), to_long( _args[ 2 ] ), to_long( _args[ 3 ] ), to_long( _args[ 4 ] ) );