simplemath

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

simplemath

simplemath #
Simplemath is a simple library that functions to perform
mathematical calculations instantly
Example Code: #
List<int> numbers = [1, 2, 5, 7, 9, 12, 15, 17, 20];

print(SimpleMath.randomNumber(200));
print(SimpleMath.findMiddle(numbers));
print(SimpleMath.sumList(numbers.cast<num>()));
/// Only take odd numbers
print(SimpleMath.findOddEven(true, numbers));
print(SimpleMath.findMinMax(numbers.cast<num>(), false));
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator