Exemple #1
0
 public function testAtan2()
 {
     $this->assertEquals(atan2(40, 14), Angle::atan2(40, 14)->rad);
 }