示例#1
0
 /**
  * @covers ::pow
  */
 public function testPow()
 {
     $this->assertEquals(bcpow(2, 5), BC::pow(2, 5));
 }