예제 #1
0
 /**
  * @expectedException \Brick\Math\Exception\RoundingNecessaryException
  */
 public function testMaxOfNonIntegerValuesThrowsException()
 {
     BigInteger::max(1, '3/2');
 }