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

Function coshf2

numexpr3/msvc_function_stubs.hpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90inline float coshf2(float x) {
91 return coshf(x);
92}
93
94inline float tanhf2(float x) {
95 return tanhf(x);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…