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

outdatedDart 1 only

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

Publisher

unverified uploader

Weekly Downloads

Calculate the modulo 97.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on mod97