Esempio n. 1
0
 /**
  * @covers ::sqrt
  */
 public function testSqrt()
 {
     $this->assertEquals(bcsqrt(1), BC::sqrt(1));
 }