Libraries tagged by maths
pear/math_biginteger
2178848 Downloads
Pure-PHP arbitrary precission integer arithmetic library. If GMP or BCMath are available they are used.
langleyfoxall/math_eval
491467 Downloads
✖️➕➖➗ `math_eval` safely evaluates mathematical expressions
prestashop/decimal
4770757 Downloads
Object-oriented wrapper/shim for BC Math PHP extension. Allows for arbitrary-precision math operations.
php-decimal/php-decimal
688311 Downloads
Correctly-rounded arbitrary precision decimal floating point
krowinski/bcmath-extended
766870 Downloads
Extends php BCMath lib for missing functions like floor, ceil, round, abs, min, max, rand for big numbers. Also wraps existing BCMath functions. (more http://php.net/manual/en/book.bc.php) Supports scientific notations
jlawrence/eos
1085104 Downloads
Parse and solve math equations without using 'eval()'.
drupol/phpermutations
574403 Downloads
Generators and iterators, permutations and combinations.
chriskonnertz/string-calc
471698 Downloads
StringCalc is a PHP calculator library for mathematical terms (expressions) passed as strings.
lstrojny/hmmmath
1580821 Downloads
Collection of math related PHP functions
archtechx/money
78170 Downloads
A lightweight package for handling money math in PHP.
powder96/numbers.php
31431 Downloads
Advanced Mathematics Library for PHP (port of Numbers.js)
php-decimal/stubs
724024 Downloads
IDE and static analysis helper for the decimal extension
ionux/phactor
42726 Downloads
Phactor is a high-performance PHP implementation of the elliptic curve math functions required to generate & verify private/public (asymmetric) EC keypairs and ECDSA signatures based on secp256k1 curve parameters. This library also includes a class to generate Service Identification Numbers (SINs) based on the published Identity Protocol v1 spec.
fab2s/opinhelpers
400539 Downloads
A collection of Simple, opinionated yet hopefully useful PHP Helper Libs
dr-que/polynomial-regression
184886 Downloads
Calculates and returns coefficients for polynomial regression.