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

Function complex__acosh

inst/include/Rcpp/sugar/functions/complex.h:181–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179
180
181inline Rcomplex complex__acosh(Rcomplex z){
182 Rcomplex r, a = complex__acos(z);
183 r.r = -a.i;
184 r.i = a.r;
185 return r ;
186}
187
188inline Rcomplex complex__asinh(Rcomplex z){
189 Rcomplex r, b;

Callers

nothing calls this directly

Calls 1

complex__acosFunction · 0.85

Tested by

no test coverage detected