MCPcopy Create free account
hub / github.com/LibRaw/LibRaw / _log2

Function _log2

samples/raw-identify.cpp:158–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158double _log2(double a)
159{
160 if(a > 0.00000000001) return log(a)/log(2.0);
161 return -1000;
162}
163
164void trimSpaces(char *s)
165{

Callers 1

print_verboseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected