155156157158159160161162163164165
return t.fun_RAND(); } 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_double( _args[ 0 ] ), to_double( _args[ 1 ] ) );