Пример #1
0
 public function testRound()
 {
     $this->assertEquals("3.68", MathFuncs::round(3.675624));
 }