spec\PhpSpec\Matcher\ApproximatelyMatcherSpec::it_matches_same_float PHP Method

it_matches_same_float() public method

    function it_matches_same_float()
    {
        $this->shouldNotThrow()->duringPositiveMatch('shouldBeApproximately', 1.4444444444, array(1.4444444445, 1.0E-9));
    }