Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ intmax
Function
intmax
inst/tinytest/cpp/sugar.cpp:1297–1299 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
1295
1296
// [[Rcpp::export]]
1297
int intmax(IntegerVector v) {
1298
return max(v);
1299
}
1300
1301
// [[Rcpp::export]]
1302
double doublemin(NumericVector v) {
Callers
nothing calls this directly
Calls
1
max
Function · 0.50
Tested by
no test coverage detected