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

search for in the

bcsub> <bcscale
Last updated: Fri, 18 Jul 2008

view this page in

bcsqrt

(PHP 4, PHP 5)

bcsqrt — Ottiene la radice quadrata di un numero a precisione arbitraria

Descrizione

string bcsqrt ( string $operando [, int $precisione ] )

Restituisce la radice quadrata di operando . Il parametro opzionale precisione imposta il numero di cifre dopo il punto decimale nel risultato.

Esempi

Example #1 esempio di bcsqrt()

<?php

echo bcsqrt(23); // 1.414

?>

Vedere anche:

bcpow().



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

bcsub> <bcscale
Last updated: Fri, 18 Jul 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites