menu
u package
documentation
components/u_barcode.dart
GFPoly
getCoefficient method
getCoefficient method
dark_mode
light_mode
getCoefficient
method
int
getCoefficient
(
int
degree
)
Implementation
int getCoefficient(int degree) => coefficients[getDegree() - degree];
u package
documentation
components/u_barcode
GFPoly
getCoefficient method
GFPoly class