显示下拉菜单

gmp_sqrt()

« gmp_sign | gmp_sqrtrem »
<?php
$resource 
gmp_sqrt (
    
  // resource $a
);

// shows the result
$string gmp_strval($resource);
?>
结果
$resource = 'GMP instance'
$string = '1234567890'
示例
#1 gmp_sqrt  ("9")
#2 gmp_sqrt  ("7")
#3 gmp_sqrt  ("1524157875019052100")
另请参阅
gmp_abs, gmp_sqrtrem, gmp_strval