MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / NumDigits

Function NumDigits

jni/stasm/misc.h:283–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281// etc.
282
283static inline int NumDigits(
284 const double npoints)
285{
286 return MAX(1, int(floor(log10(npoints))+1));
287}
288
289// note: in frontal-model-only Stasm, the only valid value for EYAW is EYAW00
290

Callers 2

GetPrintMatFormatFunction · 0.85
PrintMatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected