MCPcopy Create free account
hub / github.com/creatale/node-dv / exp

Method exp

deps/zxing/core/src/zxing/pdf417/decoder/ec/ModulusGF.cpp:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93int ModulusGF::exp(int a) {
94 return expTable_[a];
95}
96
97int ModulusGF::log(int a) {
98 if (a == 0) {

Callers 1

decodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected