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

Function npyexp

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

Source from the content-addressed store, hash-verified

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);}
1011
1012template<typename typ>

Callers 1

det_from_slogdetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected