assertEquals(32.33, round(32.325,2)); } // public function testMercantileRoundingTwo() // { // $this->assertEquals(32.32, round(32.32499999999996,2)); // } public function testMercantileRoundingThreeo() { $this->assertEquals(32.325, round(32.32499999999996,3)); } }