|
Rcpp Version 0.9.10
|

Go to the source code of this file.
| #define RCPP_HYPOT ::Rf_pythag |
Definition at line 28 of file complex.h.
Referenced by Rcpp::internal::complex__asin(), Rcpp::internal::complex__log(), and Rcpp::internal::complex__sqrt().
| #define RCPP_SUGAR_COMPLEX | ( | __NAME__, | |
| __OUT__ | |||
| ) |
template <bool NA, typename T> \ inline sugar::SugarComplex<NA,__OUT__,T, __OUT__ (*)(Rcomplex) > \ __NAME__( \ const VectorBase<CPLXSXP,NA,T>& t \ ){ \ return sugar::SugarComplex<NA,__OUT__,T, __OUT__ (*)(Rcomplex) >( \ internal::complex__##__NAME__, t \ ) ; \ }