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