Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
144
float r_lg10(real *x)
145
#endif
146
{
147
return( log10e * logf(*x) );
148
}
149
150
#ifdef KR_headers
151
double log();
Callers
1
slabad_
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected