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

Function log10f2

numexpr3/msvc_function_stubs.hpp:118–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118inline float log10f2(float x) {
119 return log10f(x);
120}
121
122inline float expf2(float x) {
123 return expf(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…