View Single Post
  #38 (permalink)  
Old 04-22-2008, 01:35 AM
Jeyaseelansarc Jeyaseelansarc is offline
D-Web Genius
 
Join Date: Mar 2007
Location: Chennai
Posts: 1,162
Jeyaseelansarc is on a distinguished road
Send a message via AIM to Jeyaseelansarc
Default Re: Mathematical functions in PHP

bcpow() Raise an arbitrary precision number to another

Raise x to the power y

For e.g
PHP Code:
<?php

echo bcpow('4.2''3'2); // 74.08

?>
__________________
With,
J. Jeyaseelan

Everything Possible
Reply With Quote