PHPCodez
Search
Primary Menu
Skip to content
PHP
Magento
Javascript
HTML
My SQL
Functions
WordPress
Plugins
Joomla
Linux
jQuery
Profile
comments
Search for:
PHP
sqrt
May 3, 2012
Pramod T P
It returns Square root
Example
<?php
echo sqrt(16);
?>
Output
4
Post navigation
Previous Post
sinh
Next Post
srand
Beginners' Guide