Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ runit_rt_sugar
Function
runit_rt_sugar
inst/tinytest/cpp/rmath.cpp:309–311 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
307
308
// [[Rcpp::export]]
309
NumericVector runit_rt_sugar(double a) {
310
return Rcpp::rt(5, a);
311
}
312
313
// ------------------- Binomial Distribution
314
Callers
nothing calls this directly
Calls
1
rt
Function · 0.50
Tested by
no test coverage detected