Displaying 1 result from an estimated 1 matches for "logpq".
Did you mean:
logp
2004 Jun 27
1
cross-compiling + expm1
...not defined, so I tried to ensure that HAVE_EXPM1 was #undef'ed before
cross-compiling. The problem is that, in <include/Rmath.h> if it is
#undef'ed it is then #define'd as 1, meaning that the line where expm1
is declared automatically not included. I had similar problems with
logpq, but after changing Rmath.h cross-compiling was straightforward.
My question is: is this a "bug" in Rmath.h with respect to expm1 and
logp1? If so, how would you cross-compile, or even compile, if you
don't have expm1 or logp1?
Thanks,
Jonathan Taylor