MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / powerof10

Function powerof10

src/jrd/btr.cpp:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 };
117
118 inline double powerof10(int index)
119 {
120 return (index <= 0) ? pow10_table[-index] : 1.0 / pow10_table[index];
121 }
122
123 const struct // Used in make_int64_key()
124 {

Callers 1

make_int64_keyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected