197198199200201202203204205206207
return t.fun_ROUNDUP( to_long( _args[ 0 ] ), to_long( _args[ 1 ] ) ); } break; case TRUNC: if (2 == c ) { return t.fun_TRUNC( to_long( _args[ 0 ] ), to_long( _args[ 1 ] ) ); } if (1 == c ) { return t.fun_TRUNC( to_long( _args[ 0 ] ) ); } break;
200201202203204205206207208209210
case TRUNC: if (2 == c ) { return t.fun_TRUNC( to_long( _args[ 0 ] ), to_long( _args[ 1 ] ) ); } if (1 == c ) { return t.fun_TRUNC( to_long( _args[ 0 ] ) ); } break; case EVEN: if (1 == c ) { return t.fun_EVEN( to_long( _args[ 0 ] ) );