Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pydata/numexpr
/ acoshf2
Function
acoshf2
numexpr3/msvc_function_stubs.hpp:102–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
inline float acoshf2(float x) {
103
return acoshf(x);
104
}
105
106
inline float atanhf2(float x) {
107
return atanhf(x);
Callers
nothing calls this directly
Calls
1
acoshf
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…