MCPcopy Create free account
hub / github.com/numpy/numpy / npylog

Function npylog

numpy/linalg/umath_linalg.cpp:1007–1007  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1005 /* Determinants */
1006
1007static npy_float npylog(npy_float f) { return npy_logf(f);}
1008static npy_double npylog(npy_double d) { return npy_log(d);}
1009static npy_float npyexp(npy_float f) { return npy_expf(f);}
1010static npy_double npyexp(npy_double d) { return npy_exp(d);}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected