Lines Matching refs:testFindRoot
1483 …void testFindRoot(real delegate(real) @nogc @safe nothrow pure f , real x1, real x2) @nogc @safe n… in testFindRoot() function
1513 testFindRoot( &multisine, 6, 90);
1514 testFindRoot(&cubicfn, -100, 100);
1515 testFindRoot( &cubicfn, -double.max, real.max);
1548 testFindRoot(&power, -1, 10);
1609 testFindRoot(&alefeld0, PI_2, PI);
1612 testFindRoot(&alefeld0, n*n+1e-9L, (n+1)*(n+1)-1e-9L);
1615 testFindRoot(&alefeld1, -9, 31);
1617 testFindRoot(&alefeld1, -9, 31);
1619 testFindRoot(&alefeld1, -9, 31);
1629 testFindRoot(&alefeld2, 0, 5);
1631 testFindRoot(&alefeld2, 0.95, 4.05);
1632 testFindRoot(&alefeld2, 0, 1.5);
1637 testFindRoot(&alefeld3, 0, 1);
1642 testFindRoot(&alefeld4, 0, 1);
1647 testFindRoot(&alefeld5, 0, 1);
1652 testFindRoot(&alefeld6, 0, 1);
1657 testFindRoot(&alefeld7, 0.01L, 1);
1664 testFindRoot(&worstcase, -real.max, real.max);