Thread
:
Mathematical functions in PHP
View Single Post
#
38
(
permalink
)
04-22-2008, 01:35 AM
Jeyaseelansarc
D-Web Genius
Join Date: Mar 2007
Location: Chennai
Posts: 1,162
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
Jeyaseelansarc
View Public Profile
Send a private message to Jeyaseelansarc
Find all posts by Jeyaseelansarc