menu
blockchain_utils package
documentation
helper/extensions/extensions.dart
BigIntHelper
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
BigIntHelper
modSub method
BigIntHelper extension on
BigInt