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

Function tanhf2

numexpr3/msvc_function_stubs.hpp:94–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94inline float tanhf2(float x) {
95 return tanhf(x);
96}
97
98inline float asinhf2(float x) {
99 return asinhf(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…