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