mod97 0.1.0 copy "mod97: ^0.1.0" to clipboard
mod97: ^0.1.0 copied to clipboard

outdated

Calculate the modulo 97.

example/mod97_example.dart

import 'package:mod97/mod97.dart';

int main() {
  final hugeNumber = '12345678901234567890';
  int mod = mod97(hugeNumber);
  print('The modulo 97 of $hugeNumber is: $mod');
  return 0;
}
0
likes
30
pub points
63%
popularity

Publisher

unverified uploader

Calculate the modulo 97.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on mod97