Exemplo n.º 1
0
 /**
  * @dataProvider dataProviderForComplementaryErrorFunction
  */
 public function testErfc($x, $error)
 {
     $this->assertEquals($error, Special::erfc($x), '', 0.0001);
 }