Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pydata/numexpr
/ expm1f
Function
expm1f
numexpr3/missing_posix_functions.hpp:82–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
inline float expm1f(float x)
83
{
84
return (float) expm1((double)x);
85
}
86
87
inline float asinhf(float x)
88
{
Callers
1
expm1f2
Function · 0.85
Calls
1
expm1
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…