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

Function log

inst/include/Rcpp/algorithm.h:445–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443
444template< typename InputIterator, typename OutputIterator >
445void log(InputIterator begin, InputIterator end, OutputIterator out) {
446 std::transform(begin, end, out, helpers::log());
447}
448
449template< typename InputIterator, typename OutputIterator >
450void exp(InputIterator begin, InputIterator end, OutputIterator out) {

Callers 15

operator()Method · 0.70
runit_pnormFunction · 0.50
runit_qnormFunction · 0.50
runit_punifFunction · 0.50
runit_qunifFunction · 0.50
runit_pgammaFunction · 0.50
runit_qgammaFunction · 0.50
runit_pbetaFunction · 0.50
runit_qbetaFunction · 0.50
runit_plnormFunction · 0.50
runit_qlnormFunction · 0.50
runit_pchisqFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected