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

Function sqrt

inst/include/Rcpp/algorithm.h:455–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453
454template< typename InputIterator, typename OutputIterator >
455void sqrt(InputIterator begin, InputIterator end, OutputIterator out) {
456 std::transform(begin, end, out, helpers::sqrt());
457}
458
459} // namespace algorithm
460} // namespace Rcpp

Callers 11

operator()Method · 0.70
sqrtTestFunction · 0.50
runit_complexFunction · 0.50
functions_REALSXPFunction · 0.50
fastLmFunction · 0.50
piSugarFunction · 0.50
complex__ModFunction · 0.50
complex__sqrtFunction · 0.50
complex__asinFunction · 0.50
getMethod · 0.50
operator()Method · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected