Example #1
0
 /**
  * @covers ::root
  */
 public function testRoot()
 {
     $this->assertEquals(1.14869, BC::root(2, 5, 5));
 }