Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ npy_log1p
Function
npy_log1p
numpy/core/src/npymath/arm64_exports.c:22–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
double npy_log1p(double x) {
23
return log1p(x);
24
}
25
26
double npy_nextafter(double x, double y) {
27
return nextafter(x, y);
Callers
8
legacy_rayleigh
Function · 0.85
legacy_geometric_inversion
Function · 0.85
standard_exponential_unlikely
Function · 0.85
random_standard_exponential_inv_fill
Function · 0.85
random_standard_exponential_inv_fill_f
Function · 0.85
random_standard_normal
Function · 0.85
random_logseries
Function · 0.85
random_geometric_inversion
Function · 0.85
Calls
1
log1p
Function · 0.85
Tested by
no test coverage detected