PHPackages                             thehappycat/numerictools - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. thehappycat/numerictools

ActiveProject[Utility &amp; Helpers](/categories/utility)

thehappycat/numerictools
========================

PHP project to perform basic numeric operations

01[4 issues](https://github.com/TheHappyCat/NumericToolsPHP/issues)[1 PRs](https://github.com/TheHappyCat/NumericToolsPHP/pulls)PHPCI passing

Since Aug 24Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/TheHappyCat/NumericToolsPHP)[ Packagist](https://packagist.org/packages/thehappycat/numerictools)[ RSS](/packages/thehappycat-numerictools/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

[![alt text](https://raw.githubusercontent.com/TheHappyCat/NumericTools/master/assets/mathematical.gif "Mathematical")](https://raw.githubusercontent.com/TheHappyCat/NumericTools/master/assets/mathematical.gif)

*NumericToolsPHP* [![Total Downloads](https://camo.githubusercontent.com/427ebaae44f6d3cbeae75f4b819a8015200cf4efa3601e3b65dab5ca84d30c82/68747470733a2f2f706f7365722e707567782e6f72672f74686568617070796361742f6e756d65726963746f6f6c732f646f776e6c6f616473)](https://packagist.org/packages/thehappycat/numerictools) [![License](https://camo.githubusercontent.com/f680267055fa1bbef55b920e6fda455015ba400fa3fd4ebcc8177dffba6b8af7/68747470733a2f2f706f7365722e707567782e6f72672f74686568617070796361742f6e756d65726963746f6f6c732f6c6963656e7365)](https://packagist.org/packages/thehappycat/numerictools)
=================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#numerictoolsphp--)

A simple project created to handle large numeric operations in PHP!
-------------------------------------------------------------------

[](#a-simple-project-created-to-handle-large-numeric-operations-in-php)

Just like the normal numeric operations you would usually do, but with numbers of any size.

Requirements
------------

[](#requirements)

- **PHP**: 8.4 or higher
- **Composer**: For dependency management

Installation
------------

[](#installation)

### Via Composer (Recommended)

[](#via-composer-recommended)

```
composer require thehappycat/numerictools
```

### Manual Installation

[](#manual-installation)

1. Clone this repository:

```
git clone https://github.com/TheHappyCat/NumericToolsPHP.git
cd NumericToolsPHP
```

2. Install dependencies:

```
composer install
```

Quick Start
-----------

[](#quick-start)

```
