menu
u package
documentation
plugins/camera/u_code_decoder.dart
UModulusPoly
coefficientOf static method
coefficientOf static method
dark_mode
light_mode
coefficientOf
static method
int
coefficientOf
(
Int32List
poly
,
int
degree
)
Implementation
static int coefficientOf(Int32List poly, int degree) => poly[poly.length - 1 - degree];
u package
documentation
plugins/camera/u_code_decoder
UModulusPoly
coefficientOf static method
UModulusPoly class