update : 2015.11.03
php.shukuma.com검색:
|
gmp_sqrt(PHP 4 >= 4.0.4, PHP 5, PHP 7) gmp_sqrt — Calculate square root 반환값The integer portion of the square root, as a GMP number. 예제
Example #1 gmp_sqrt() example
<?php 위 예제의 출력: 3 2 1234567890 |