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

Function runit_dnf

inst/tinytest/cpp/rmath.cpp:632–634  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

630
631// [[Rcpp::export]]
632NumericVector runit_dnf( double x, double a, double b, double c ){
633 return NumericVector::create(R::dnf(x, a, b, c, 0), R::dnf(x, a, b, c, 1));
634}
635
636// [[Rcpp::export]]
637NumericVector runit_pnf( double x, double a, double b, double c ){

Callers

nothing calls this directly

Calls 1

dnfFunction · 0.85

Tested by

no test coverage detected