Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pydata/numexpr
/ logf2
Function
logf2
numexpr3/msvc_function_stubs.hpp:110–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
inline float logf2(float x) {
111
return logf(x);
112
}
113
114
inline float log1pf2(float x) {
115
return log1pf(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…