MCPcopy Create free account
hub / github.com/pydata/numexpr / acosh

Function acosh

numexpr3/missing_posix_functions.hpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61inline double acosh(double x)
62{
63 return 2*log(sqrt((x+1.0)/2)+sqrt((x-1.0)/2));
64}
65
66inline double atanh(double x)
67{

Callers 1

acoshfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…