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

Function r_lg10

numpy/linalg/lapack_lite/f2c.c:144–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142#undef abs
143
144float r_lg10(real *x)
145#endif
146{
147return( log10e * logf(*x) );
148}
149
150#ifdef KR_headers
151double log();

Callers 1

slabad_Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected