menu
mnn package
documentation
numpy.dart
divmod function
divmod function
dark_mode
light_mode
divmod
function
(
VARP
,
VARP
)
divmod
(
VARP
x
,
VARP
y
)
Implementation
(VARP, VARP) divmod(VARP x, VARP y) => (F.floorDiv(x, y), F.mod(x, y));
mnn package
documentation
numpy
divmod function
numpy library