Search DaTutorials:  
HOME
Php Tutorials
Articles
Basics
Date and Time
File Manipulations
Forms
Functions
General
Interactivity
MySql
Navigation
News,Shoutboxes and Blogs
Language Structure and Data Types
Searching
Security
String Manipulation
User Information and Stats
Search For a Tutorial
Php Reference

pow

(PHP 3, PHP 4 , PHP 5)

pow -- Exponential expression

Description

number pow ( number base, number exp)

Returns base raised to the power of exp. If possible, this function will return an integer.

If the power cannot be computed, a warning will be issued, and pow() will return FALSE. Since PHP 4.2.0 pow() doesn't issue any warning.

Note: PHP cannot handle negative bases.

Example 1. Some examples of pow()

<?php

var_dump
(pow(2, 8)); // int(256)
echo pow(-1, 20); // 1
echo pow(0, 0); // 1

echo pow(-1, 5.5); // error

?>

Warning

In PHP 4.0.6 and earlier pow() always returned a float, and did not issue warnings.

See also: exp(), sqrt(), bcpow(), and gmp_pow(),



Copyright © 2001-2004 The PHP Group
All rights reserved.

     Car Loan | Online Advertising | Loans | Loans | Web Design Forum
Home     Link To Us     Ad With Us     Contact Us     Tell A Friend     Affiliates     Blog     MsOfficeHelp