コード例 #1
0
 public function testAveragesDecimalsInArray3()
 {
     $this->assertEquals('0.33', strval(Decimal2::avg([new Decimal2('-1'), new Decimal2('2'), new Decimal2('0')])));
 }