PhpBench\Tests\Unit\Math\StatisticsTest::testLinspaceMinMaxSame PHP Метод

testLinspaceMinMaxSame() публичный Метод

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