We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc6350a commit d56b2b2Copy full SHA for d56b2b2
src/include/Rmath.h0.in
@@ -199,7 +199,6 @@ double Rlog1p(double);
199
# include <R_ext/Boolean.h>
200
#endif
201
202
-
203
#if !defined(MATHLIB_STANDALONE)
204
#define bessel_i Rf_bessel_i
205
#define bessel_j Rf_bessel_j
@@ -345,11 +344,11 @@ double Rlog1p(double);
345
344
#define sign Rf_sign
346
#define tetragamma Rf_tetragamma
347
#define trigamma Rf_trigamma
+#endif /* if not STANDALONE */
348
349
-#define dnorm Rf_dnorm4
350
-#define pnorm Rf_pnorm5
351
-#define qnorm Rf_qnorm5
352
-#endif /* not ..STANDALONE */
+#define dnorm dnorm4
+#define pnorm pnorm5
+#define qnorm qnorm5
353
354
#ifdef __cplusplus
355
extern "C" {
0 commit comments