getDistance( new Coordinate(0, 0), new Coordinate(0, 0.1) ); $this->assertIsFloat($distance); } }