return t.fun_POISSON( to_long( _args[ 0 ] ), to_long( _args[ 1 ] ), to_long( _args[ 2 ] ) );
}
break;
case TDIST:
if (3 == c ) {
return t.fun_TDIST( to_long( _args[ 0 ] ), to_long( _args[ 1 ] ), to_long( _args[ 2 ] ) );
}
if (4 == c ) {
return t.fun_TDIST( to_long( _args[ 0 ] ), to_long( _args[ 1 ] ), to_long( _args[ 2 ] ), to_long( _args[ 3 ] ) );
}
break;