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

Function exp

inst/include/Rcpp/algorithm.h:450–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448
449template< typename InputIterator, typename OutputIterator >
450void exp(InputIterator begin, InputIterator end, OutputIterator out) {
451 std::transform(begin, end, out, helpers::exp());
452}
453
454template< typename InputIterator, typename OutputIterator >
455void sqrt(InputIterator begin, InputIterator end, OutputIterator out) {

Callers 15

operator()Method · 0.70
expTestFunction · 0.50
runit_expFunction · 0.50
runit_RangeFunction · 0.50
runit_complexFunction · 0.50
functions_REALSXPFunction · 0.50
complex__expFunction · 0.50
dlnorm_0Function · 0.50
dlnorm_1Function · 0.50
qlnorm_0Function · 0.50
qlnorm_1Function · 0.50
d_exp_0Function · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected