Query: sqrt
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SQRT(3) 1 SQRT(3) sqrt - Square rootSYNOPSISfloat sqrt (float $arg)DESCRIPTIONReturns the square root of $arg.PARAMETERSo $arg - The argument to processRETURN VALUESThe square root of $arg or the special value NAN for negative numbers.EXAMPLESExample #1 sqrt(3) example <?php // Precision depends on your precision directive echo sqrt(9); // 3 echo sqrt(10); // 3.16227766 ... ?>SEE ALSOpow(3). PHP Documentation Group SQRT(3)
| Related Man Pages |
|---|
| sqrtf(3) - centos |
| sqrt(3) - linux |
| sqrt(3) - freebsd |
| cbrt(3) - freebsd |
| cbrtl(3) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| sqrt |
| sqrt is not find??? |
| how can i find sqrt of a any number without using expr |
| C Library reference error using sqrt() - will not compile. |
| sqrt in bash |