1. Computing

Discuss in my forum

Sqrt () PHP Function

By , About.com Guide

Definition: The SQRT () function calculates the square root of any inputed number.
Examples:
 
 <?php
 print sqrt (9); 
 // this would return the value 3 
 print sqrt (27.04); 
 //this would return the value 5.2 
 ?> 
Top Related Searches square root lt sqrt function
  1. About.com
  2. Computing
  3. PHP / MySQL
  4. PHP Functions
  5. SQRT 9 - Square Root - SQRT PHP

©2013 About.com. All rights reserved.