function testNegativeLatDegIsRounded2()
 {
     $coordinate = new Coordinate_Coordinate(-15.999992, 2);
     $this->assertEqual(16, $coordinate->latDeg());
 }