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

Function acoshf2

numexpr3/msvc_function_stubs.hpp:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102inline float acoshf2(float x) {
103 return acoshf(x);
104}
105
106inline float atanhf2(float x) {
107 return atanhf(x);

Callers

nothing calls this directly

Calls 1

acoshfFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…