MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / runit_dt

Function runit_dt

inst/tinytest/cpp/rmath.cpp:283–285  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

281
282// [[Rcpp::export]]
283NumericVector runit_dt( double x, double a ){
284 return NumericVector::create(R::dt(x, a, 0), R::dt(x, a, 1));
285}
286
287// [[Rcpp::export]]
288NumericVector runit_pt( double x, double a ){

Callers

nothing calls this directly

Calls 1

dtFunction · 0.85

Tested by

no test coverage detected