예제 #1
0
 /**
  * @expectedException \Brick\Math\Exception\RoundingNecessaryException
  */
 public function testMinOfNonIntegerValuesThrowsException()
 {
     BigInteger::min(1, 1.2);
 }