Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pydata/numexpr
/ acoshf
Function
acoshf
numexpr3/missing_posix_functions.hpp:92–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
inline float acoshf(float x)
93
{
94
return (float) acosh((double)x);
95
}
96
97
inline float atanhf(float x)
98
{
Callers
1
acoshf2
Function · 0.85
Calls
1
acosh
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…