MCPcopy 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
22double npy_log1p(double x) {
23 return log1p(x);
24}
25
26double npy_nextafter(double x, double y) {
27 return nextafter(x, y);

Calls 1

log1pFunction · 0.85

Tested by

no test coverage detected