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
points
32.4k
downloads

Publisher

unverified uploader

Weekly Downloads

Calculate the modulo 97.

Repository (GitHub)

License

MIT (license)

More

Packages that depend on mod97