menu
zxing_lib package
documentation
common.dart
GenericGF
exp method
exp method
dark_mode
light_mode
exp
method
int
exp
(
int
a
)
@return 2 to the power of a in GF(size)
Implementation
int exp(int a) { return _expTable[a]; }
zxing_lib package
documentation
common
GenericGF
exp method
GenericGF class