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