return t.fun_GAMMADIST( to_long( _args[ 0 ] ), to_long( _args[ 1 ] ), to_long( _args[ 2 ] ), to_long( _args[ 3 ] ) );
}
break;
case GAMMAINV:
if (3 == c ) {
return t.fun_GAMMAINV( to_long( _args[ 0 ] ), to_long( _args[ 1 ] ), to_long( _args[ 2 ] ) );
}
break;
case GAMMALN:
if (1 == c ) {
return t.fun_GAMMALN( to_long( _args[ 0 ] ) );