menu
qr_bar_code package
documentation
code/src/reed_solomon.dart
GFPoly
getCoefficient method
getCoefficient method
dark_mode
light_mode
getCoefficient
method
int
getCoefficient
(
int
degree
)
Implementation
int getCoefficient(int degree) { return coefficients[getDegree() - degree]; }
qr_bar_code package
documentation
code/src/reed_solomon
GFPoly
getCoefficient method
GFPoly class