update : 2015.11.03
php.shukuma.com검색:
|
bcsqrt(PHP 4, PHP 5, PHP 7) bcsqrt — 임의 정밀도 수의 제곱근을 구합니다 설명
string bcsqrt
( string
$operand
[, int $scale
] )
인수
반환값
제곱근을 문자열로 반환하거나, 예제Example #1 bcsqrt() 예제
<?php |