| bcsqrtGet the square root of an arbitrary precision number Description
   string bcsqrt
    ( string  $operand[, int$scale= 0
  ] )
   Return the square root of the  Parameters
 
 Return Values
   Returns the square root as a string, or  ExamplesExample #1 bcsqrt example 
<?phpSee Also
 
 |