public function testNeg() { $float1 = new Float("123.123"); $this->assertEquals(-123.123, (double) $float1->neg(), "", self::EPSILON); }