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 |
---|
sqrt(3) - linux |
sqrt(3) - suse |
cbrt(3) - freebsd |
cbrtf(3) - freebsd |
sqrtf(3) - freebsd |
Similar Topics in the Unix Linux Community |
---|
sqrt |
How to create SQRT function in catenate file |
how can i find sqrt of a any number without using expr |
C Library reference error using sqrt() - will not compile. |
sqrt in bash |