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

Function expf2

numexpr3/msvc_function_stubs.hpp:122–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122inline float expf2(float x) {
123 return expf(x);
124}
125
126inline float expm1f2(float x) {
127 return expm1f(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…