return t.fun_RADIANS( to_long( _args[ 0 ] ) );
}
break;
case PI:
if (0 == c ) {
return t.fun_PI();
}
break;
case CEILING:
if (2 == c && ComputationMode.EXCEL == getComputationMode() ) {
return t.fun_CEILING__for_EXCEL( to_long( _args[ 0 ] ), to_long( _args[ 1 ] ) );