Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pydata/numexpr
/ fabsf2
Function
fabsf2
numexpr3/msvc_function_stubs.hpp:130–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
}
129
130
inline float fabsf2(float x) {
131
return fabsf(x);
132
}
133
134
inline float fmodf2(float x, float y) {
135
return fmodf(x, y);
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…