예제 #1
0
 /**
  * @dataProvider dataProviderForComplementaryErrorFunction
  */
 public function testComplementaryErrorFunction($x, $error)
 {
     $this->assertEquals($error, Special::complementaryErrorFunction($x), '', 0.0001);
 }