You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
all of the operands (which are of type R_xlen_t) are converted to double before the compuation and then the answer is converted back to R_xlen_t. I do not see any obvious reason why this could be computed in integer arithmetric and there is no comment explaining why this is done with floating-point numbers.
The text was updated successfully, but these errors were encountered:
I have noticed some strange computations in
rowDiffs.c
. In this line:all of the operands (which are of type
R_xlen_t
) are converted todouble
before the compuation and then the answer is converted back toR_xlen_t
. I do not see any obvious reason why this could be computed in integer arithmetric and there is no comment explaining why this is done with floating-point numbers.The text was updated successfully, but these errors were encountered: