The R Project SVN R

Rev

Rev 51270 | Rev 51743 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 51270 Rev 51316
Line 384... Line 384...
384
{
384
{
385
    SEXP x, y = R_NilValue;	/* -Wall*/
385
    SEXP x, y = R_NilValue;	/* -Wall*/
386
    int i, n;
386
    int i, n;
387
 
387
 
388
    checkArity(op, args);
388
    checkArity(op, args);
-
 
389
    check1arg(args, call, "z");
389
    if (DispatchGroup("Complex", call, op, args, env, &x))
390
    if (DispatchGroup("Complex", call, op, args, env, &x))
390
	return x;
391
	return x;
391
    x = CAR(args);
392
    x = CAR(args);
392
    n = length(x);
393
    n = length(x);
393
    if (isComplex(x)) {
394
    if (isComplex(x)) {