nt_math_utils 0.0.1 copy "nt_math_utils: ^0.0.1" to clipboard
nt_math_utils: ^0.0.1 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
28
downloads

Publisher

unverified uploader

Weekly Downloads

A simple math utility library

Documentation

API reference

License

MIT (license)

More

Packages that depend on nt_math_utils