Libraries tagged by arity
ganglio/curry
20 Downloads
Flexible but simple curry function
brick/math
549863900 Downloads
Arbitrary-precision arithmetic library
rubix/tensor
1593548 Downloads
A library and extension that provides objects for scientific computing in PHP.
pear/math_biginteger
2955256 Downloads
Pure-PHP arbitrary precission integer arithmetic library. If GMP or BCMath are available they are used.
powder96/numbers.php
48130 Downloads
Advanced Mathematics Library for PHP (port of Numbers.js)
rtlopez/decimal
275407 Downloads
An object oriented immutable arbitrary-precision arithmetic library for PHP
php-decimal/ext-decimal
803 Downloads
Correctly-rounded, arbitrary precision decimal floating-point arithmetic in PHP
prinsfrank/arithmetic-operations-implementation
Downloads
rector/argtyper
6078 Downloads
Analyze real method argument types, and add them as type declarations
muqsit/arithmexp
2334 Downloads
Mathematical expression parser and evaluator for PHP
ikr/money-math
16067 Downloads
gmp-based arbitrary precision operations on currency amounts "XXX.YY"; because floats are BAD for representing money
arokettu/unsigned
450233 Downloads
Fixed length unsigned arithmetic emulation
aza/math
22428 Downloads
AzaMath - Anizoptera CMF mathematic component. Arbitrary precision arithmetic (for huge integers; BCMath wrapper) and universal convertor between positional numeral systems (supported bases from 2 to 62 inclusive, and systems with custom alphabet; pure PHP realisation, can use GMP and core PHP functions for speed optimization).
artyuum/request-dto-mapper-bundle
6135 Downloads
This bundle provides an easy way to automatically map the incoming request data to a DTO and optionally validate it.
kyos/find-closest-value
321705 Downloads
Finds the closest arithmetic match in an array, using Binary Search