(PHP 3, PHP 4, PHP 5)
sqrt() retourne la racine carrée de arg.
Exemple 1. Exemple avec sqrt()
<?php // La précision dépend de votre directive precision echo sqrt(9); // 3 echo sqrt(10); // 3.16227766 ... ?>
Voir aussi pow().
Hosting by: Hurra Communications GmbHGenerated: 2007-01-26 18:02:16