pow

Example

 number pow ( number $base , number $exp ) 

Description

Returns base raised to the power of exp.

Return Values

base raised to the power of exp. If the result can be represented as integer it will be returned as type integer, else it will be returned as type float.