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

it_does_not_match_different_floats() public method

    function it_does_not_match_different_floats()
    {
        $this->shouldThrow()->duringPositiveMatch('shouldBeApproximately', 1.4444444444, array(1.444447777, 1.0E-9));
    }