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