test_ad_double

View page source

Run ad_double Example and Check its Result

int main(void)
{   bool ok = test_ad_double();

    if( ! ok )
    {   std::cerr << "test_ad_double: Error\n";
        return 1;
    }
    std::cout << "test_ad_double: OK\n";
}

Example File

This Example File is the same as for the parent of this page.