예제 #1
0
 public function testSqrt()
 {
     $float1 = new Float("4.0");
     $this->assertEquals(2.0, (double) $float1->sqrt(), "", self::EPSILON);
 }