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

Function log1pf2

numexpr3/msvc_function_stubs.hpp:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114inline float log1pf2(float x) {
115 return log1pf(x);
116}
117
118inline float log10f2(float x) {
119 return log10f(x);

Callers

nothing calls this directly

Calls 1

log1pfFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…