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