예제 #1
0
 /**
  * @covers ::powmod
  */
 public function testPowMod()
 {
     $this->assertEquals(bcpowmod(2, 5, 3), BC::powmod(2, 5, 3));
 }