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

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
130
pub points
64%
popularity

Publisher

unverified uploader

Calculate the modulo 97.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on mod97