MCPcopy 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]]
1302double doublemin(NumericVector v) {
1303 return min(v);
1304}
1305
1306// [[Rcpp::export]]
1307double doublemax(NumericVector v) {

Callers

nothing calls this directly

Calls 1

minFunction · 0.50

Tested by

no test coverage detected