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

Function hypot

inst/include/Rcpp/Rmath.h:217–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215 /* General Support Functions */
216#ifndef HAVE_HYPOT
217 inline double hypot(double a, double b) { return ::Rf_hypot(a, b); }
218#endif
219 /* Gone since R 2.14.0 according to Brian Ripley and is now comment out per his request */
220 /* inline double pythag(double a, double b) { return ::Rf_pythag(a, b); } */

Callers 3

complex__logFunction · 0.85
complex__sqrtFunction · 0.85
complex__asinFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected