Exemplo n.º 1
0
 /**
  * @dataProvider dataProviderForLowerIncompleteGamma
  */
 public function testLowerIncompleteGamma($s, $x, $lig)
 {
     $this->assertEquals($lig, Special::lowerIncompleteGamma($s, $x), '', 0.001);
 }