示例#1
0
 /**
  * @covers ::epow
  */
 public function testEPow()
 {
     $this->assertEquals('2.71828', BC::epow(1, 5));
 }