|
PHP5中文手册
gmp_sqrt(PHP 4 >= 4.0.4, PHP 5) gmp_sqrt — Calculate square root 说明
resource gmp_sqrt
( resource $a
)
Calculates square root of a . 参数
返回值The integer portion of the square root, as a GMP number. 范例
Example#1 gmp_sqrt() example
<?php 上例将输出:
|