Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ div
Function
div
inst/include/Rcpp/sugar/functions/rowSums.h:65–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
64
65
inline void div(double* lhs, R_xlen_t rhs) {
66
*lhs /= static_cast<double>(rhs);
67
}
68
69
inline void div(Rcomplex* lhs, R_xlen_t rhs) {
70
lhs->r /= static_cast<double>(rhs);
Callers
4
get
Method · 0.85
get
Method · 0.85
get
Method · 0.85
get
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected