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

Libraries

math_operations