PHP Package: brick/math

Brick's PHP library for advanced mathematical operations and calculations, supporting various numeric types and precision levels.

Current Version: 0.13.0
Last Updated: 2025-03-03
PHP Requirement: ^8.1
Dependencies: None

Package Description

Brick's Math library in PHP offers a comprehensive set of tools for handling mathematical tasks, including arithmetic operations, matrix manipulation, and statistical functions. Ideal for developers requiring high precision and performance in their mathematical computations.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 0.13.1

Clock Coming soon

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com

require_once 'libs/brick/math/0.13.1/loader.php';
use Brick\Math\BigInteger;
use Brick\Math\BigRational;

$obj = new BigInteger();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.