adarshg2316 / laravel-math-utilities
A simple math library for Laravel
1.0.2
2025-03-08 10:58 UTC
README
This is a Simple Mathematical Library for Laravel, designed to perform fundamental operations such as addition, subtraction, multiplication, and division.
In addition to these basic operations, the package is also useful for calculating:-
- Simple and Compound Interest.
- Salary-related computations.
Furthermore, this library provides functionality for solving:
- Quadratic and Linear Equations
- Trigonometric calculations
- Summing series using the Arithmetic Series Formula
Installation
You can install the package via Composer:
composer require adarshg2316/laravel-math-utilities