(PHP 4, PHP 5, PHP 7)
bcsqrt — ���⾫�����ֵĶ��η���
$operand
[, int $scale
] ) : string
�����������Ķ��η���.
operand�ַ������͵IJ�����.
scale�˿�ѡ�����������ý����С������С��λ����Ҳ��ͨ��ʹ�� bcscale() ������ȫ��Ĭ�ϵ�С��λ�����������к�����
���ض��η����Ľ��Ϊ�ַ������ͣ�����������Ǹ�����null.
Example #1 bcsqrt() ʾ��
<?php
echo bcsqrt('2', 3); // 1.414
?>