takn25 Posted April 14, 2011 Share Posted April 14, 2011 Hi, I was wondering if I wanted lets say 3 to the power of 10 how can I do this in php? I searched a few places for some power to operator in PHP but no luck could some one tell me thanks? Link to comment https://forums.phpfreaks.com/topic/233715-how-can-i-get-the-power-to-result/ Share on other sites More sharing options...
dreamwest Posted April 14, 2011 Share Posted April 14, 2011 echo pow(3, 10); Link to comment https://forums.phpfreaks.com/topic/233715-how-can-i-get-the-power-to-result/#findComment-1201553 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.