menu
blockchain_utils package
documentation
helper/extensions/extensions.dart
ExtBigIntHelper
modSub method
modSub method
dark_mode
light_mode
modSub
method
BigInt
modSub
(
BigInt
other
,
BigInt
m
)
Implementation
BigInt modSub(BigInt other, BigInt m) { return (this - other).mod(m); }
blockchain_utils package
documentation
helper/extensions/extensions
ExtBigIntHelper
modSub method
ExtBigIntHelper extension on
BigInt