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

Function pow

inst/include/Rcpp/sugar/functions/pow.h:79–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78template <int RTYPE, bool NA, typename T, typename EXPONENT_TYPE>
79inline sugar::Pow<RTYPE,NA,T,EXPONENT_TYPE> pow(
80 const VectorBase<RTYPE,NA,T>& t,
81 EXPONENT_TYPE exponent
82){
83 return sugar::Pow<RTYPE,NA,T,EXPONENT_TYPE>( t.get_ref() , exponent ) ;
84}
85
86
87} // Rcpp

Callers 8

runit_powFunction · 0.85
operator[]Method · 0.85
operator[]Method · 0.85
operator[]Method · 0.85
getMethod · 0.85
dweibull_1Function · 0.85
pweibull_1Function · 0.85
qweibull_1Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected