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

This repository provides a Dart library containing a utility class, MathOperations, designed to perform basic arithmetic operations on lists of numbers. It simplifies mathematical computations in Flut [...]

Math Operations #

A Dart package providing utility functions for basic and advanced mathematical operations. This package simplifies common calculations and can be easily integrated into your Dart or Flutter projects.

Features #

  • Perform basic arithmetic operations (addition, subtraction, multiplication, division).
  • Advanced mathematical functions (power, square root, logarithms).
  • Support for custom operations using the extensible API.

Getting Started #

To use this package, add it to your pubspec.yaml:

dependencies:
  math_operations: ^0.0.1
0
likes
135
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

This repository provides a Dart library containing a utility class, MathOperations, designed to perform basic arithmetic operations on lists of numbers. It simplifies mathematical computations in Flutter applications by offering methods for addition, subtraction, multiplication, and division.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on math_operations