Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ asDouble
Function
asDouble
inst/tinytest/cpp/RObject.cpp:26–28 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
24
25
// [[Rcpp::export]]
26
double asDouble(double d){
27
return 2*d ;
28
}
29
30
// [[Rcpp::export]]
31
int asInt(int i){
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected