MathPHP\Statistics\AverageTest::testAGM PHP Méthode

testAGM() public méthode

public testAGM ( $x, $y, $mean )
    public function testAGM($x, $y, $mean)
    {
        $this->assertEquals($mean, Average::agm($x, $y), '', 1.0E-5);
    }
AverageTest