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

Method log

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

Source from the content-addressed store, hash-verified

95}
96
97int ModulusGF::log(int a) {
98 if (a == 0) {
99 throw IllegalArgumentException("log of zero!");
100 }
101 return logTable_[a];
102}
103
104int ModulusGF::inverse(int a) {
105 if (a == 0) {

Callers 1

decodeMethod · 0.45

Calls 1

Tested by

no test coverage detected