PHP Package: markrogoyski/math-php

Math-PHP is a powerful PHP library for advanced mathematical calculations, providing support for complex numbers, matrices, and statistical functions.

Current Version: 2.11.0
Last Updated: 2025-01-26
PHP Requirement: >=7.2.0
Dependencies: None

Package Description

Math-PHP is a feature-rich PHP library designed for handling complex mathematical operations with ease. It offers extensive support for calculations involving matrices, vectors, complex numbers, and statistical functions. With a user-friendly interface and efficient algorithms, Math-PHP simplifies intricate mathematical computations in PHP applications.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.11.0

Download Download v2.11.0

Code Integration Example

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

<?php
// Example from PHPlibraries.com

require_once 'libs/markrogoyski/math-php/2.11.0/loader.php';
use MathPHP\LinearAlgebra\Matrix;
use MathPHP\NumberTheory\Complex;

$obj = new Matrix();
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.