Ajax
Ajax Examples
Ajax Tutorials
Scripts and Programs
Javascript
Javascript Examples Tutorials
DHTML Tutorials
Javascript References
Scripts and Programs
HTML
HTML Tutorials
HTML References
HTML DOM 0 References
HTML DOM 2 References
CSS
CSS Tutorials
CSS References
PHP
PHP Source Code
PHP References
Scripts and Programs
C#
C# Source Code
C# Examples
Bookmark this on Delicious
Share on Facebook
Slashdot It!
Digg
PHP
:
Function Reference
:
BCMath Arbitrary Precision Mathematics Functions
: bcsqrt
bcsqrt
Get the square root of an arbitrary precision number
(
PHP 4, PHP 5
)
string
bcsqrt
(
string
operand
[,
int
scale
] )
Example 343.
bcsqrt()
example
copy to clipboard
<?php
echo
bcsqrt
(
'2'
,
3
);
// 1.414
?>
<< bcscale
PHP
:
Function Reference
:
BCMath Arbitrary Precision Mathematics Functions
: bcsqrt
bcsub >>
Change Language
bcadd
bccomp
bcdiv
bcmod
bcmul
bcpow
bcpowmod
bcscale
bcsqrt
bcsub