PHP
downloads | documentation | faq | getting help | mailing lists | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

bcsub> <bcscale
Last updated: Sun, 25 Nov 2007

view this page in

bcsqrt

(PHP 4, PHP 5)

bcsqrt — Získať druhú odmocninu čísla s ľubovoľnou presnosťou

Popis

string bcsqrt ( string $operand [, int $scale ] )

Vracia druhú odmocninu operand u. Voliteľný parameter scale nastavuje počet číslic za desatinou čiarkou vo výsleku.

Example#1 bcsqrt() príklad

<?php

echo bcsqrt(23); // 1.414

?>

Tiež pozri bcpow().



add a note add a note User Contributed Notes
bcsqrt
There are no user contributed notes for this page.

bcsub> <bcscale
Last updated: Sun, 25 Nov 2007
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites