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

A simple math utility library

example/nt_math_utils_example.dart

import 'package:nt_math_utils/nt_math_utils.dart';

void main() {
  print(MathUtils.factorial(5)); // Output: 120
  print(MathUtils.gcd(12, 18)); // Output: 6
  print(MathUtils.lcm(4, 6)); // Output: 12
}
0
likes
150
points
12
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A simple math utility library

License

MIT (license)

More

Packages that depend on nt_math_utils