PhpBench\Tests\Unit\Math\StatisticsTest::testLinspaceMinMaxSame PHP Method

testLinspaceMinMaxSame() public method

It should throw an exception if the linspace min and max are the same number.
    public function testLinspaceMinMaxSame()
    {
        Statistics::linspace(4, 4, 10);
    }