mathematics

Last updated:

0 purchases

mathematics Image
mathematics Images
Add to Cart

Description:

mathematics

mathematics #
A simple library for your everyday math problems
Installation #
dependencies:
mathematics: any
copied to clipboard
Example #
import 'package:mathematics/mathematics.dart';

Cube.getSquareOf(2) //returns an integer after squaring the input value
Cube.getCubeOf(3) //returns an integer after cubing the input value
Cube.getHighestNumber(list) //returns the highest integer from the provided list
Cube.getLowestNumber(list) //returns the lowest integer from the provided list

copied to clipboard
Origin #
I had a requirement of publishing a useful package on pub dev for training purpose and since I am interested in solving mathematical problems more efficiently, I decided to start with the simple functions and move on to the complex ones in future.

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.