Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
97
int ModulusGF::log(int a) {
98
if (a == 0) {
99
throw IllegalArgumentException(
"log of zero!"
);
100
}
101
return logTable_[a];
102
}
103
104
int ModulusGF::inverse(int a) {
105
if (a == 0) {
Callers
1
decode
Method · 0.45
Calls
1
IllegalArgumentException
Class · 0.85
Tested by
no test coverage detected