samandar_package 1.0.0
samandar_package: ^1.0.0 copied to clipboard
BU ARIFMETIK AMALLARNI BAJARIB BIZGA CALCULATOR ORNINI BOSADI. sHUNAQA GAPLAR
math_utils đ #
A mathematics utility library for Dart.
Installation #
To add this package to your project, run the following command:
dart pub add samandar_package
Or add the following to your pubspec.yaml file:
dependencies:
math_utils: ^1.0.0
Usage #
import 'package:samandar_package/samandar_package.dart';
void main() {
print(add(2, 3)); // 5
print(subtract(7, 4)); // 3
print(multiply(6, 8)); // 48
print(divide(10, 2)); // 5.0
print(factorial(5)); // 120
print(average([2, 4, 6, 8])); // 5.0
}
Features #
- â Addition, â Subtraction, âī¸ Multiplication, â Division functions
- âšī¸ Factorial, Average calculation
- đ Advanced mathematical operations
Contributing #
If you want to improve this package or add new features, follow these steps:
- Fork the repository and create your own branch
- Make your changes and commit them
- Submit a pull request