Php Code for Geometric

This php programming code is used to find the Geometric. You can select the whole php code by clicking the select option and can use it. When you click text, the code will be changed to text format. This php program code will be opened in a new pop up window once you click pop-up from the right corner. You can just copy, paste this php code and use it to find the Geometric.

<?php 

// ((X1)(X2)(X3)........(XN))1/N
$x1=2;
$x2=4;
$x3=6;
$x4=7;
$x5=6;
$x;$N=5;
    $x=($x1*$x2*$x3*$x4*$x5);
    $x=pow($x,(1/$N));
echo sprintf("Geometric Mean for Xn: %lf",$x);

?>
Other Programming Codes
Online Calculator : Geometric
Click on the select code link to copy and paste this free php program code for Geometric.

english Calculators and Converters


Sitemap