Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pydata/numexpr
/ asinf2
Function
asinf2
numexpr3/msvc_function_stubs.hpp:74–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
inline float asinf2(float x) {
75
return asinf(x);
76
}
77
78
inline float acosf2(float x) {
79
return acosf(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…