\(\newcommand{\B}[1]{ {\bf #1} }\) \(\newcommand{\R}[1]{ {\rm #1} }\)
test_ad_double¶
View page sourceRun 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.