1 | <?php |
||
10 | class DecimalCotanTest extends TestCase |
||
11 | { |
||
12 | public function cotanProvider() { |
||
20 | |||
21 | /** |
||
22 | * @dataProvider cotanProvider |
||
23 | */ |
||
24 | public function testSimple($nr, $answer, $digits) |
||
33 | |||
34 | /** |
||
35 | * @expectedException \DomainException |
||
36 | * @expectedExceptionMessage The cotangent of this 'angle' is undefined. |
||
37 | */ |
||
38 | public function testCotanPiDiv() |
||
43 | |||
44 | } |