Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ runit_exp
Function
runit_exp
inst/tinytest/cpp/sugar.cpp:160–162 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
158
159
// [[Rcpp::export]]
160
List runit_exp( NumericVector xx, IntegerVector yy ){
161
return List::create( exp(xx), exp(yy) ) ;
162
}
163
164
// [[Rcpp::export]]
165
List runit_floor( NumericVector xx, IntegerVector yy ){
Callers
nothing calls this directly
Calls
1
exp
Function · 0.50
Tested by
no test coverage detected