assertEquals(3.5, Mean::arithmetic([2, 5]), '', $delta); $this->assertEquals(41.16, Mean::arithmetic([43, 21, 25, 42, 57, 59]), '', $delta); } }