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

Function runit_pnt

inst/tinytest/cpp/rmath.cpp:656–659  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

654
655// [[Rcpp::export]]
656NumericVector runit_pnt( double x, double a, double b ){
657 return NumericVector::create(R::pnt(x, a, b, 1, 0), R::pnt(log(x), a, b, 1, 1),
658 R::pnt(x, a, b, 0, 0), R::pnt(log(x), a, b, 0, 1));
659}
660
661// [[Rcpp::export]]
662NumericVector runit_qnt( double x, double a, double b ){

Callers

nothing calls this directly

Calls 2

pntFunction · 0.85
logFunction · 0.50

Tested by

no test coverage detected