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