menu
fpj_core package
documentation
fpj_cores.dart
NumUtil
remainder static method
remainder static method
dark_mode
light_mode
remainder
static method
Decimal
remainder
(
num
a
,
num
b
)
余数
Implementation
static Decimal remainder(num a, num b) { return remainderDecStr(a.toString(), b.toString()); }
fpj_core package
documentation
fpj_cores
NumUtil
remainder static method
NumUtil class