return t.fun_HYPGEOMDIST( to_double( _args[ 0 ] ), to_double( _args[ 1 ] ), to_double( _args[ 2 ] ), to_double( _args[ 3 ] ) );
}
break;
case WEEKDAY:
if (2 == c ) {
return t.fun_WEEKDAY( to_double( _args[ 0 ] ), to_double( _args[ 1 ] ) );
}
if (1 == c ) {
return t.fun_WEEKDAY( to_double( _args[ 0 ] ) );
}
break;