About 11,100,000 results
Open links in new tab
  1. PHP pow() Function - W3Schools

    The pow () function returns x raised to the power of y. Required. Specifies the base to use. Required. Specifies the exponent. PHP 4.0.6: Will now return integer if possible. Earlier it only …

  2. PHP: pow - Manual

    Aug 3, 2021 · num raised to the power of exponent. If both arguments are non-negative integers and the result can be represented as an integer, the result will be returned with int type, …

  3. PHP pow ( ) Function - GeeksforGeeks

    Jun 22, 2023 · In this article, we will learn about the pow () function in detail. Syntax: Parameters: The pow () function accepts two parameters as shown in the above syntax: $base: It is used to …

  4. math - Raising to power in PHP - Stack Overflow

    Apr 30, 2014 · You need to use pow() for integers. PHP 5.6 finally introduced an innate power operator, notated by a double asterisk (**) - not to be confused with ^, the bitwise XOR …

  5. PHP Program to Calculate pow (x, n) - GeeksforGeeks

    Feb 19, 2024 · The pow( ) function in PHP is used to calculate the power of a number. It takes two arguments: the base number ('x') and the exponent ('n'). The function returns the result of …

  6. Pow() - W3docs

    The pow() function in PHP is a built-in function that is used to raise a number to a power. This function takes two arguments: the base number and the exponent. The function returns the …

  7. PHP | Math Functions | pow() | Codecademy

    Jun 2, 2023 · The pow() function returns the number raised to the power of the exponent. The pow() function takes two parameters: $base is the number to be raised and $exp is the power …

  8. How to calculate exponential numbers in PHP - Sling Academy

    Jan 9, 2024 · The simplest way to calculate exponential numbers in PHP is to use the built-in pow() function. This function takes two parameters: the base and the exponent, and returns …

  9. PHP pow() function - w3resource

    Aug 19, 2022 · The pow () function raises the first number to the power of the second number. The first number or base number to use. The second number or the exponent. The result of …

  10. pow - OnlinePHP.io Example

    Execute pow Online. Info and examples on pow PHP Function from Mathematical Functions - Mathematical Extensions

  11. Some results have been removed
Refresh