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

Function runit_dnt

inst/tinytest/cpp/rmath.cpp:651–653  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

649
650// [[Rcpp::export]]
651NumericVector runit_dnt( double x, double a, double b ){
652 return NumericVector::create(R::dnt(x, a, b, 0), R::dnt(x, a, b, 1));
653}
654
655// [[Rcpp::export]]
656NumericVector runit_pnt( double x, double a, double b ){

Callers

nothing calls this directly

Calls 1

dntFunction · 0.85

Tested by

no test coverage detected