Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pydata/numexpr
/ expm1f2
Function
expm1f2
numexpr3/msvc_function_stubs.hpp:126–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
}
125
126
inline float expm1f2(float x) {
127
return expm1f(x);
128
}
129
130
inline float fabsf2(float x) {
131
return fabsf(x);
Callers
nothing calls this directly
Calls
1
expm1f
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…