The R Project SVN R

Rev

Rev 77216 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 77216 Rev 81865
Line 93... Line 93...
93
	return s1;
93
	return s1;
94
 
94
 
95
    return allocVector(type, n);
95
    return allocVector(type, n);
96
}
96
}
97
 
97
 
98
#if defined(HAVE_TANPI) || defined(HAVE___TANPI)
-
 
99
// we document that tanpi(0.5) is NaN, but TS 18661-4:2015
98
// we document that tanpi(0.5) is NaN, but TS 18661-4:2015
100
// does not require this and the Solaris and macOS versions give Inf.
99
// does not require this and the Solaris and macOS versions give Inf.
101
double Rtanpi(double);
100
double Rtanpi(double);
102
#endif
-