About 150,000 results
Open links in new tab
  1. PHP: Math Functions - Manual

    Math Functions ¶ Table of Contents ¶ abs — Absolute value acos — Arc cosine acosh — Inverse hyperbolic cosine asin — Arc sine asinh — Inverse hyperbolic sine atan — Arc tangent atan2 …

  2. PHP Math - W3Schools

    For a complete reference of all math functions, go to our complete PHP Math Reference. The PHP math reference contains description and example of use, for each function.

  3. GitHub - markrogoyski/math-php: Powerful modern math library for PHP ...

    MathPHP - Powerful Modern Math Library for PHP The only library you need to integrate mathematical functions into your applications. It is a self-contained library in pure PHP with no …

  4. PHP Math Functions Complete Reference - GeeksforGeeks

    Jul 12, 2025 · The predefined math functions in PHP are used to handle the mathematical operations within the integer and float types. These math functions are part of the PHP core.

  5. PHP Math: Built-in Functions and Operations - CodeLucky

    Discover the power of PHP math with built-in functions and operations. Explore essential mathematical functions to simplify coding tasks and enhance your PHP projects.

  6. Understanding PHP Math Functions - W3docs

    In this article, we will be exploring some of the most commonly used PHP math functions and how they can be used to perform various mathematical operations. One of the most common …

  7. PHP Math Operations - Tutorial Republic

    PHP has several built-in functions that help you perform anything from simple additions or subtraction to advanced calculations. You've already seen how to perform basic mathematical …

  8. PHP - Maths Functions - Online Tutorials Library

    Mathematical operations are important parts of programming. PHP has several built-in math functions that make calculations easy. These functions can be used to round numbers, find …

  9. PHP: Mathematical Extensions - Manual

    There are no user contributed notes for this page.

  10. What are Math Functions in PHP? - koladechris.com

    Nov 2, 2024 · PHP, like every other programming language, allows you to perform mathematical calculations and provides math functions for manipulating numbers. In this article, we’ll …